OpenKalman
Classes | Namespaces | Variables
dimension_of.hpp File Reference

Definition for coordinates::dimension_of. More...

#include <type_traits>
#include "values/values.hpp"
#include "coordinates/concepts/pattern.hpp"
#include "coordinates/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::coordinates::dimension_of< T, typename >
 The size of a coordinates::pattern. More...
 
struct  OpenKalman::coordinates::dimension_of< T, std::void_t< decltype(get_dimension(std::declval< T >()))> >
 

Namespaces

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

Variables

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

Detailed Description

Definition for coordinates::dimension_of.