libstdc++
std::tuple< _T1, _T2 > Class Template Reference
Inheritance diagram for std::tuple< _T1, _T2 >:

Public Member Functions

constexpr tuple (const _T1 &__a1, const _T2 &__a2)
 
template<typename _U1 , typename _U2 >
 tuple (_U1 &&__a1, _U2 &&__a2)
 
constexpr tuple (const tuple &)=default
 
 tuple (tuple &&__in)
 
template<typename _U1 , typename _U2 >
 tuple (const tuple< _U1, _U2 > &__in)
 
template<typename _U1 , typename _U2 >
 tuple (tuple< _U1, _U2 > &&__in)
 
template<typename _U1 , typename _U2 >
 tuple (const pair< _U1, _U2 > &__in)
 
template<typename _U1 , typename _U2 >
 tuple (pair< _U1, _U2 > &&__in)
 
tupleoperator= (const tuple &__in)
 
tupleoperator= (tuple &&__in)
 
template<typename _U1 , typename _U2 >
tupleoperator= (const tuple< _U1, _U2 > &__in)
 
template<typename _U1 , typename _U2 >
tupleoperator= (tuple< _U1, _U2 > &&__in)
 
template<typename _U1 , typename _U2 >
tupleoperator= (const pair< _U1, _U2 > &__in)
 
template<typename _U1 , typename _U2 >
tupleoperator= (pair< _U1, _U2 > &&__in)
 
void swap (tuple &__in)
 

Detailed Description

template<typename _T1, typename _T2>
class std::tuple< _T1, _T2 >

tuple (2-element), with construction and assignment from a pair.

Definition at line 315 of file tuple.


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