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

Go to the source code of this file.

Functions

template<typename T , std::size_t N, std::size_t... offset>
constexpr bool OpenKalman::internal::detail::an_extended_dim_is_dynamic_impl (std::index_sequence< offset... >)
 
template<typename T , std::size_t N>
constexpr bool OpenKalman::internal::detail::an_extended_dim_is_dynamic ()
 

Variables

template<typename T , typename Descriptors >
constexpr bool OpenKalman::internal::less_fixed_than
 indexible T's vector space descriptors are less fixed than the at least one of the specified vectors_space_descriptor_collection. More...
 

Variable Documentation

◆ less_fixed_than

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

indexible T's vector space descriptors are less fixed than the at least one of the specified vectors_space_descriptor_collection.