ad_map_access
RestrictionsValidInputRange.hpp
Go to the documentation of this file.
1 /*
2  * ----------------- BEGIN LICENSE BLOCK ---------------------------------
3  *
4  * Copyright (C) 2018-2020 Intel Corporation
5  *
6  * SPDX-License-Identifier: MIT
7  *
8  * ----------------- END LICENSE BLOCK -----------------------------------
9  */
10 
18 #pragma once
19 
20 #include <cmath>
21 #include <limits>
24 
35 inline bool withinValidInputRange(::ad::map::restriction::Restrictions const &input, bool const logErrors = true)
36 {
37  // check for generic member input ranges
38  (void)input;
39  (void)logErrors;
40  bool inValidInputRange = true;
41  return inValidInputRange;
42 }
withinValidInputRange
bool withinValidInputRange(::ad::map::restriction::Restrictions const &input, bool const logErrors=true)
check if the given Restrictions is within valid input range
Definition: RestrictionsValidInputRange.hpp:35
ad::map::restriction::Restrictions
DataType Restrictions.
Definition: Restrictions.hpp:42
RestrictionListValidInputRange.hpp
Restrictions.hpp