OpenKalman
OpenKalman::collections::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 <collection_element.hpp>

Detailed Description

template<std::size_t i, typename T, typename = void>
struct OpenKalman::collections::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;


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