std::tr1::_Tuple_impl< _Idx, _Head, _Tail...> Struct Template Reference

List of all members.

Detailed Description

template<int _Idx, typename _Head, typename... _Tail>
struct std::tr1::_Tuple_impl< _Idx, _Head, _Tail...>

Recursive tuple implementation. Here we store the Head element and derive from a Tuple_impl containing the remaining elements (which contains the Tail).

Definition at line 90 of file tr1/tuple.

Public Types

Public Member Functions

Public Attributes


The documentation for this struct was generated from the following file:
Generated on Wed Mar 26 00:45:05 2008 for libstdc++ by  doxygen 1.5.1