Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::tuple_element< I, T > Class Template Reference

obtains the type of the specified element More...

Detailed Description

template<size_t I, class T>
class std::tuple_element< I, T >

obtains the type of the specified element

Template Parameters
Iindex to obtain the element type of
Ttuple-like type

Provides compile-time indexed access to the types of the elements of a tuple-like type.


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