ad_map_access
GeoBorderValidInputRange.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::lane::GeoBorder 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 }
GeoEdgeValidInputRange.hpp
GeoBorder.hpp
withinValidInputRange
bool withinValidInputRange(::ad::map::lane::GeoBorder const &input, bool const logErrors=true)
check if the given GeoBorder is within valid input range
Definition: GeoBorderValidInputRange.hpp:35
ad::map::lane::GeoBorder
DataType GeoBorder.
Definition: GeoBorder.hpp:44