OpenKalman
Variables
not_more_fixed_than.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

template<typename T , typename Descriptors >
constexpr bool OpenKalman::internal::not_more_fixed_than
 indexible T's vector space descriptors are not more fixed than the specified vectors_space_descriptor_collection. More...
 

Variable Documentation

◆ not_more_fixed_than

template<typename T , typename Descriptors >
constexpr bool OpenKalman::internal::not_more_fixed_than
Initial value:
=
indexible<T> and pattern_collection<Descriptors> and
(not pattern_tuple<Descriptors> or
detail::not_more_fixed_than_impl<T, Descriptors>(std::make_index_sequence<std::tuple_size_v<Descriptors>>{}))

indexible T's vector space descriptors are not more fixed than the specified vectors_space_descriptor_collection.