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

Detailed Description

template<int __i, typename _Tp>
struct std::tr1::tuple_element< __i, _Tp >

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

Definition at line 221 of file tr1/tuple.


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