|
| pair (const pair &p)=default |
|
| pair (pair &&p)=default |
|
constexpr | pair (const T1 &x, const T2 &y) |
|
template<class U1 = T1, class U2 = T2> |
constexpr | pair (U1 &&x, U2 &&y) |
|
template<class U1 , class U2 > |
constexpr pair & | operator= (const pair< U1, U2 > &p) |
|
template<class U1 , class U2 > |
constexpr pair & | operator= (pair< U1, U2 > &&p) |
|
◆ first_type
template<class T1 , class T2 >
◆ second_type
template<class T1 , class T2 >
◆ pair() [1/4]
template<class T1 , class T2 >
◆ pair() [2/4]
template<class T1 , class T2 >
◆ pair() [3/4]
template<class T1 , class T2 >
constexpr std::pair< T1, T2 >::pair |
( |
const T1 & |
x, |
|
|
const T2 & |
y |
|
) |
| |
|
inlineconstexpr |
◆ pair() [4/4]
template<class T1 , class T2 >
template<class U1 = T1, class U2 = T2>
◆ operator=() [1/2]
template<class T1 , class T2 >
template<class U1 , class U2 >
◆ operator=() [2/2]
template<class T1 , class T2 >
template<class U1 , class U2 >
◆ first
template<class T1 , class T2 >
◆ second
template<class T1 , class T2 >
The documentation for this struct was generated from the following file: