/home/ntakagi/work/STLport-5.1.5/stlport/stl/_pair.h File Reference#include <stl/_move_construct_fwk.h>
Go to the source code of this file.
|
Classes |
struct | pair< _T1, _T2 > |
Functions |
template<class _T1, class _T2> |
bool _STLP_CALL | operator== (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
template<class _T1, class _T2> |
bool _STLP_CALL | operator< (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) |
template<class _T1, class _T2> |
pair< _T1, _T2 > _STLP_CALL | make_pair (_T1 __x, _T2 __y) |
template<class _Tp> |
_STLP_END_NAMESPACE _STLP_BEGIN_RELOPS_NAMESPACE
bool _STLP_CALL | operator!= (const _Tp &__x, const _Tp &__y) |
template<class _Tp> |
bool _STLP_CALL | operator> (const _Tp &__x, const _Tp &__y) |
template<class _Tp> |
bool _STLP_CALL | operator<= (const _Tp &__x, const _Tp &__y) |
template<class _Tp> |
bool _STLP_CALL | operator>= (const _Tp &__x, const _Tp &__y) |
Function Documentation
template<class _T1, class _T2>
pair<_T1, _T2> _STLP_CALL make_pair |
( |
_T1 |
__x, |
|
|
_T2 |
__y | |
|
) |
| | [inline] |
template<class _Tp>
_STLP_END_NAMESPACE _STLP_BEGIN_RELOPS_NAMESPACE bool _STLP_CALL operator!= |
( |
const _Tp & |
__x, |
|
|
const _Tp & |
__y | |
|
) |
| | [inline] |
template<class _T1, class _T2>
bool _STLP_CALL operator< |
( |
const pair< _T1, _T2 > & |
__x, |
|
|
const pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
template<class _Tp>
bool _STLP_CALL operator<= |
( |
const _Tp & |
__x, |
|
|
const _Tp & |
__y | |
|
) |
| | [inline] |
template<class _T1, class _T2>
bool _STLP_CALL operator== |
( |
const pair< _T1, _T2 > & |
__x, |
|
|
const pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
template<class _Tp>
bool _STLP_CALL operator> |
( |
const _Tp & |
__x, |
|
|
const _Tp & |
__y | |
|
) |
| | [inline] |
template<class _Tp>
bool _STLP_CALL operator>= |
( |
const _Tp & |
__x, |
|
|
const _Tp & |
__y | |
|
) |
| | [inline] |
Generated on Mon Mar 10 15:32:49 2008 by
1.5.1
|