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

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


Detailed Description

Recursive case for tuple_element: strip off the first element in the tuple and retrieve the (i-1)th element of the remaining tuple.


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