Provided by: libstdc++6-4.4-doc_4.4.7-8ubuntu1_all 

NAME
std::tr1::_Tuple_impl< _Idx, _Elements > -
SYNOPSIS
Detailed Description
template<int _Idx, typename... _Elements>struct std::tr1::_Tuple_impl< _Idx, _Elements >
Contains the actual implementation of the tuple template, stored as a recursive inheritance hierarchy
from the first element (most derived class) to the last (least derived class). The Idx parameter gives
the 0-based index of the element stored at this point in the hierarchy; we use it to implement a
constant-time get() operation.
Definition at line 70 of file tr1/tuple.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Thu Mar 20 2014 std::tr1::_Tuple_impl< _Idx, _Elements >(3cxx)