OpenKalman
Classes | Namespaces | Functions
get_common_pattern_collection_dimension.hpp File Reference

Definition for patterns::get_common_pattern_collection_dimension. More...

#include <optional>
#include "collections/collections.hpp"
#include "patterns/functions/get_dimension.hpp"
#include "patterns/traits/dimension_of.hpp"
#include "patterns/concepts/fixed_pattern.hpp"
#include "patterns/concepts/pattern_collection.hpp"
#include "patterns/functions/get_pattern.hpp"
Include dependency graph for get_common_pattern_collection_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< T, typename >
 
struct  OpenKalman::patterns::detail::patt_dim_is_fixed< T, std::enable_if_t< fixed_pattern< typename T::type > > >
 

Namespaces

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

Functions

template<std::size_t n, std::size_t i = 0, typename T >
constexpr auto OpenKalman::patterns::detail::collection_patterns_have_same_dimension_impl (const T &t)
 
template<std::size_t N = values::unbounded_size, typename T , std::enable_if_t<(N==values::unbounded_size or N > 0>
constexpr auto OpenKalman::patterns::get_common_pattern_collection_dimension (const T &t)
 Queries whether the first N elements of a pattern_collection have the same dimensions. More...
 

Detailed Description

Definition for patterns::get_common_pattern_collection_dimension.