16 #ifndef OPENKALMAN_HAS_UNTYPED_INDEX_HPP 17 #define OPENKALMAN_HAS_UNTYPED_INDEX_HPP 19 #include "coordinates/coordinates.hpp" 29 template<
typename T, std::
size_t N>
32 template<
typename T, std::
size_t N>
33 constexpr
bool has_untyped_index =
35 coordinates::euclidean_pattern<decltype(get_pattern_collection(std::declval<T>(), std::integral_constant<std::size_t, N>{}))>;
constexpr bool has_untyped_index
Specifies that T has an untyped index N.
Definition: has_untyped_index.hpp:33
The root namespace for OpenKalman.
Definition: basics.hpp:34
Definition of get_pattern_collection function.