/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]

Definition at line 120 of file _pair.h.

Referenced by __get_string(), and ios_base::register_callback().

template<class _Tp>
_STLP_END_NAMESPACE _STLP_BEGIN_RELOPS_NAMESPACE bool _STLP_CALL operator!= ( const _Tp &  __x,
const _Tp &  __y 
) [inline]

Definition at line 129 of file _pair.h.

template<class _T1, class _T2>
bool _STLP_CALL operator< ( const pair< _T1, _T2 > &  __x,
const pair< _T1, _T2 > &  __y 
) [inline]

Definition at line 77 of file _pair.h.

template<class _Tp>
bool _STLP_CALL operator<= ( const _Tp &  __x,
const _Tp &  __y 
) [inline]

Definition at line 137 of file _pair.h.

template<class _T1, class _T2>
bool _STLP_CALL operator== ( const pair< _T1, _T2 > &  __x,
const pair< _T1, _T2 > &  __y 
) [inline]

Definition at line 73 of file _pair.h.

References pair< _T1, _T2 >::first, and pair< _T1, _T2 >::second.

template<class _Tp>
bool _STLP_CALL operator> ( const _Tp &  __x,
const _Tp &  __y 
) [inline]

Definition at line 133 of file _pair.h.

template<class _Tp>
bool _STLP_CALL operator>= ( const _Tp &  __x,
const _Tp &  __y 
) [inline]

Definition at line 141 of file _pair.h.



Generated on Mon Mar 10 15:32:49 2008 by  doxygen 1.5.1