OpenKalman
OpenKalman::patterns::pattern_collection_element< i, T, typename > Struct Template Reference

The type of the element at a given index, if it can be determined at compile time. More...

#include <pattern_collection_element.hpp>

Detailed Description

template<std::size_t i, typename T, typename = void>
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.

This is a generalized version of std::tuple_element. If i exceeds the size of T (if that size is fixed), the result will be Dimensions<1>.


The documentation for this struct was generated from the following file: