std::tuple_element< __i, tuple< _Head, _Tail...> > Struct Template Reference

Inherits tuple_element< __i-1, std::tuple< _Tail...> >.


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 Sat Dec 12 09:40:39 2009 for libstdc++ by  doxygen 1.5.6