OpenKalman
Classes | Namespaces | Functions | Variables
collection_patterns_have_same_dimension.hpp File Reference

Definition for patterns::collection_patterns_have_same_dimension. More...

#include "collections/collections.hpp"
#include "patterns/traits/dimension_of.hpp"
#include "patterns/concepts/fixed_pattern.hpp"
#include "patterns/concepts/pattern_collection.hpp"
#include "patterns/traits/pattern_collection_element.hpp"
#include "patterns/functions/get_common_pattern_collection_dimension.hpp"
Include dependency graph for collection_patterns_have_same_dimension.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::patterns::detail::patt_dim_is_fixed_2< T, typename >
 
struct  OpenKalman::patterns::detail::patt_dim_is_fixed_2< T, std::enable_if_t< fixed_pattern< typename T::type > > >
 
struct  OpenKalman::patterns::detail::collection_dim_comp_fixed< T, N, b, typename >
 
struct  OpenKalman::patterns::detail::collection_dim_comp_fixed< T, N, b, std::index_sequence< i... > >
 

Namespaces

 OpenKalman::patterns
 The namespace for features relating to patterns::pattern object.
 

Functions

template<typename T , std::size_t N, std::size_t i = 0>
constexpr std::size_t OpenKalman::patterns::detail::best_comparison_dim ()
 
template<typename T , auto N, applicability b>
constexpr bool OpenKalman::patterns::detail::collection_patterns_have_same_dimension_impl ()
 

Variables

template<typename T , std::size_t N = values::unbounded_size, applicability b = applicability::guaranteed>
constexpr bool OpenKalman::patterns::collection_patterns_have_same_dimension
 Specifies that the first N elements of a pattern_collection have the same dimensions. More...
 

Detailed Description

Definition for patterns::collection_patterns_have_same_dimension.