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

Inherits _Tuple_impl< _Idx+1, _Tail...>, and _Head_base< _Idx, _Head, __empty_not_final< _Head >::value >.

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Protected Member Functions

Friends


Detailed Description

template<std::size_t _Idx, typename _Head, typename... _Tail>
struct std::_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 215 of file tuple.


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