|
template<typename _T1 , typename _T2 > |
constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > | std::make_pair (_T1 &&__x, _T2 &&__y) |
|
template<typename _T1 , typename _T2 > |
constexpr bool | std::operator!= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
|
template<typename _T1 , typename _T2 > |
constexpr bool | std::operator< (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
|
template<typename _T1 , typename _T2 > |
constexpr bool | std::operator<= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
|
template<typename _T1 , typename _T2 > |
constexpr bool | std::operator== (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
|
template<typename _T1 , typename _T2 > |
constexpr bool | std::operator> (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
|
template<typename _T1 , typename _T2 > |
constexpr bool | std::operator>= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
|
template<typename _T1 , typename _T2 > |
enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type | std::swap (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) |
|
template<typename _T1 , typename _T2 > |
enable_if<!__and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type | std::swap (pair< _T1, _T2 > &, pair< _T1, _T2 > &)=delete |
|
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <utility>.
Definition in file stl_pair.h.