libstdc++
|
Go to the source code of this file.
Classes | |
struct | std::pair< _T1, _T2 > |
pair holds two objects of arbitrary type. More... |
Namespaces | |
namespace | std |
Functions | |
template<class _T1 , class _T2 > | |
pair< typename __decay_and_strip< _T1 > ::__type, typename __decay_and_strip< _T2 > ::__type > | std::make_pair (_T1 &&__x, _T2 &&__y) |
template<class _T1 , class _T2 > | |
bool | std::operator!= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
template<class _T1 , class _T2 > | |
bool | std::operator< (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
template<class _T1 , class _T2 > | |
bool | std::operator<= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
template<class _T1 , class _T2 > | |
bool | std::operator== (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
template<class _T1 , class _T2 > | |
bool | std::operator> (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
template<class _T1 , class _T2 > | |
bool | std::operator>= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
template<class _T1 , class _T2 > | |
void | std::swap (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) |
template<class _T1 , class _T2 > | |
void | std::swap (pair< _T1, _T2 > &&__x, pair< _T1, _T2 > &__y) |
template<class _T1 , class _T2 > | |
void | std::swap (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &&__y) |
This is an internal header file, included by other library headers. You should not attempt to use it directly.
Definition in file stl_pair.h.