libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ pair() [4/4]

template<class _T1, class _T2>
template<typename... _Args1, size_t... _Indexes1, typename... _Args2, size_t... _Indexes2>
std::pair< _T1, _T2 >::pair ( tuple< _Args1... > & __tuple1,
tuple< _Args2... > & __tuple2,
_Index_tuple< _Indexes1... > ,
_Index_tuple< _Indexes2... >  )
inlineconstexprprivate

Definition at line 2939 of file tuple.

2944 { }
_T1 first
The first member.
Definition stl_pair.h:308
_T2 second
The second member.
Definition stl_pair.h:309
Struct holding two objects of arbitrary type.
Definition stl_pair.h:304

References pair(), first, std::forward(), std::get(), and second.

Here is the call graph for this function: