OpenKalman
Classes | Namespaces | Typedefs
pattern_collection_element.hpp File Reference

Definition for collections::pattern_collection_element. More...

#include "collections/collections.hpp"
#include "patterns/functions/get_pattern.hpp"
Include dependency graph for pattern_collection_element.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::patterns::pattern_collection_element< i, T, typename >
 The type of the element at a given index, if it can be determined at compile time. More...
 
struct  OpenKalman::patterns::pattern_collection_element< i, T, std::enable_if_t< pattern_collection< T > > >
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 

Namespaces

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

Typedefs

template<std::size_t i, typename T >
using OpenKalman::patterns::pattern_collection_element_t = typename pattern_collection_element< i, T >::type
 Helper template for collection_element.
 

Detailed Description

Definition for collections::pattern_collection_element.