| bool _STLP_CALL | operator== | ( | 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 | - |
| bool _STLP_CALL | operator< | ( | 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 | - |
| pair< _T1, _T2 > _STLP_CALL | make_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 | - |
| _STLP_END_NAMESPACE _STLP_BEGIN_RELOPS_NAMESPACE bool _STLP_CALL | operator!= | ( | 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 | - |
| bool _STLP_CALL | operator> | ( | 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 | - |
| bool _STLP_CALL | operator<= | ( | 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 | - |
| bool _STLP_CALL | operator>= | ( | 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 | - |