16 #ifndef OPENKALMAN_DIMENSION_SIZE_OF_INDEX_IS_HPP 17 #define OPENKALMAN_DIMENSION_SIZE_OF_INDEX_IS_HPP 31 template<
typename T, std::
size_t index, std::
size_t value, auto comp = &stdex::is_eq, applicability b = applicability::guaranteed>
35 constexpr
bool dimension_size_of_index_is =
38 values::size_compares_with<index_dimension_of<T, index>, std::integral_constant<std::size_t, value>, comp, b>;
Header file for code relating to values (e.g., scalars and indices)
The root namespace for OpenKalman.
Definition: basics.hpp:34
constexpr bool dimension_size_of_index_is
Specifies that a given index of T has a specified size.
Definition: dimension_size_of_index_is.hpp:35
Definition for index_dimension_of.
Definition for indexible.