std::tuple_element< __i, tuple< _Head, _Tail...> > Struct Template Reference
Detailed Description
template<int __i, typename _Head, typename... _Tail>
struct std::tuple_element< __i, tuple< _Head, _Tail...> >
Recursive case for tuple_element: strip off the first element in the tuple and retrieve the (i-1)th element of the remaining tuple.
Definition at line 383 of file tuple.
The documentation for this struct was generated from the following file:
Generated on Wed Mar 26 00:44:51 2008 for libstdc++ by
1.5.1