OpenKalman
Classes | Namespaces | Variables
dimension_of.hpp File Reference

Definition for patterns::dimension_of. More...

#include <type_traits>
#include "values/values.hpp"
#include "patterns/concepts/pattern.hpp"
#include "patterns/functions/get_dimension.hpp"
Include dependency graph for dimension_of.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::patterns::dimension_of< T, typename >
 The size of a patterns::pattern. More...
 
struct  OpenKalman::patterns::dimension_of< T, std::void_t< decltype(get_dimension(std::declval< T >()))> >
 

Namespaces

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

Variables

template<typename T >
constexpr auto OpenKalman::patterns::dimension_of_v = dimension_of<T>::value
 Helper template for patterns::dimension_of.
 

Detailed Description

Definition for patterns::dimension_of.