OpenKalman
Classes | Namespaces | Variables
fixed_pattern.hpp File Reference

Definition for coordinates::fixed_pattern. More...

#include "collections/collections.hpp"
#include "pattern.hpp"
#include "coordinates/traits/dimension_of.hpp"
Include dependency graph for fixed_pattern.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::coordinates::detail::fixed_pattern_impl< T, typename >
 
struct  OpenKalman::coordinates::detail::fixed_pattern_impl< T, std::enable_if_t< dimension_of< T >::value !=stdex::dynamic_extent > >
 

Namespaces

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

Variables

template<typename T >
constexpr bool OpenKalman::coordinates::fixed_pattern
 A coordinates::pattern for which the dimension is fixed at compile time. More...
 

Detailed Description

Definition for coordinates::fixed_pattern.