22 #ifndef KALMAN_FILTER__VARIABLE_HPP_ 23 #define KALMAN_FILTER__VARIABLE_HPP_ 27 #include <type_traits> 54 std::is_base_of<Variable, T>::value, std::true_type, std::false_type> {};
62 struct KALMAN_FILTER_PUBLIC
is_angle : std::conditional_t<
63 std::is_base_of<AngleVariable, T>::value, std::true_type, std::false_type> {};
69 #endif // KALMAN_FILTER__VARIABLE_HPP_ A tag struct used to disambiguate variables that store angles from other types.
Definition: variable.hpp:45
A tag struct used to disambiguate variables from other types.
Definition: variable.hpp:38
A trait to check if a variable represents an angle.
Definition: variable.hpp:62
A trait to check if a type is a variable by checking if it inherits from Variable.
Definition: variable.hpp:53
This file defines the lanelet2_map_provider_node class.
Definition: quick_sort.hpp:24