16 #ifndef OPENKALMAN_COORDINATE_FIXED_PATTERN_HPP 17 #define OPENKALMAN_COORDINATE_FIXED_PATTERN_HPP 25 #ifndef __cpp_concepts 28 template<
typename T,
typename =
void>
32 struct fixed_pattern_impl<T,
std::enable_if_t<dimension_of<T>::value != stdex::dynamic_extent>> : std::true_type {};
46 constexpr
bool fixed_pattern =
Definition for coordinates::pattern.
The size of a coordinates::pattern.
Definition: dimension_of.hpp:36
The namespace for features relating to coordinates::pattern object.
Definition: compares_with.hpp:25
constexpr bool fixed_pattern
A coordinates::pattern for which the dimension is fixed at compile time.
Definition: fixed_pattern.hpp:46
Inclusion file for collections.
Definition: fixed_pattern.hpp:29
Definition for coordinates::dimension_of.