OpenKalman
Namespaces | Functions
get_dimension.hpp File Reference

Definition for patterns::get_dimension. More...

#include "collections/collections.hpp"
#include "patterns/concepts/sized_pattern.hpp"
#include "patterns/concepts/descriptor.hpp"
#include "patterns/functions/internal/get_descriptor_dimension.hpp"
Include dependency graph for get_dimension.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<typename Arg , std::enable_if_t< sized_pattern< Arg >, int > = 0>
constexpr auto OpenKalman::patterns::get_dimension (const Arg &arg)
 Get the vector dimension of patterns::pattern Arg.
 

Detailed Description

Definition for patterns::get_dimension.