_pair.h File Reference

operator== ( const pair< _T1, _T2 > &, const pair< _T1, _T2 > & )

bool _STLP_CALLoperator==(const pair< _T1, _T2 > &__x,
const pair< _T1, _T2 > &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

operator< ( const pair< _T1, _T2 > &, const pair< _T1, _T2 > & )

bool _STLP_CALLoperator<(const pair< _T1, _T2 > &__x,
const pair< _T1, _T2 > &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

make_pair ( _T1, _T2 )

pair< _T1, _T2 > _STLP_CALLmake_pair(_T1__x,
_T2__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

operator!= ( const _Tp &, const _Tp & )

_STLP_END_NAMESPACE _STLP_BEGIN_RELOPS_NAMESPACE bool _STLP_CALLoperator!=(const _Tp &__x,
const _Tp &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

operator> ( const _Tp &, const _Tp & )

bool _STLP_CALLoperator>(const _Tp &__x,
const _Tp &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

operator<= ( const _Tp &, const _Tp & )

bool _STLP_CALLoperator<=(const _Tp &__x,
const _Tp &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

operator>= ( const _Tp &, const _Tp & )

bool _STLP_CALLoperator>=(const _Tp &__x,
const _Tp &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-