#include <stdapis/stlportv5/stl/_function.h>
| struct not_equal_to : public binary_function< _Tp, _Tp, bool > |
| Public Member Functions | |
|---|---|
| bool | operator()(const _Tp &, const _Tp &) |
| Inherited Type Definitions | |
|---|---|
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.
| bool | operator() | ( | const _Tp & | __x, |
| const _Tp & | __y | |||
| ) | const [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.
| Parameter | Description |
|---|---|
| __x | - |
| __y | - |
Returns: -