libstdc++
std::tuple_element< __i, _Tp > Class Template Reference
Inheritance diagram for std::tuple_element< __i, _Tp >:
Inheritance graph

Detailed Description

template<std::size_t __i, typename _Tp>
class std::tuple_element< __i, _Tp >

Gives the type of the ith element of a given tuple type.

tuple_element

Definition at line 408 of file tuple.


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