16 #ifndef OPENKALMAN_HAS_UNTYPED_INDEX_HPP 17 #define OPENKALMAN_HAS_UNTYPED_INDEX_HPP 27 template<
typename T, std::
size_t N>
30 template<
typename T, std::
size_t N>
31 constexpr
bool has_untyped_index =
33 coordinates::euclidean_pattern<vector_space_descriptor_of_t<T, N>>;
38 #endif //OPENKALMAN_HAS_UNTYPED_INDEX_HPP constexpr bool has_untyped_index
Specifies that T has an untyped index N.
Definition: has_untyped_index.hpp:31
The root namespace for OpenKalman.
Definition: basics.hpp:34