#include <stdapis/stlportv5/stl/_function.h>
| class unary_negate : public unary_function< _Predicate::argument_type, bool > |
| Public Member Type Definitions | |
|---|---|
| typedef | _Base::argument_type argument_type |
| Protected Attributes | |
|---|---|
| _Predicate | _M_pred |
| Public Member Functions | |
|---|---|
| unary_negate(const _Predicate &) | |
| bool | operator()(_ArgParamType) |
| Inherited Type Definitions | |
|---|---|
| unary_function< _Predicate::argument_type, bool >::result_type | |
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.
| typedef _Base::argument_type | argument_type |
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.
| _Predicate | _M_pred | [protected] |
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.
| unary_negate | ( | const _Predicate & | __x | ) | [inline, explicit] |
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 | - |
| bool | operator() | ( | _ArgParamType | __x | ) | 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.
| Parameters | |
|---|---|
| __x | - |