16 #ifndef OPENKALMAN_COORDINATE_FIXED_PATTERN_HPP 17 #define OPENKALMAN_COORDINATE_FIXED_PATTERN_HPP 32 constexpr
bool fixed_pattern =
35 values::fixed_value_compares_with<dimension_of<T>, stdex::dynamic_extent, &stdex::is_neq>;
constexpr bool fixed_pattern
A patterns::pattern for which the dimension is fixed at compile time.
Definition: fixed_pattern.hpp:32
Definition for patterns::sized_pattern.
The namespace for features relating to patterns::pattern object.
Definition: collection_compares_with.hpp:24
Inclusion file for collections.
Definition for patterns::dimension_of.