#include <stdapis/stlportv5/stl/_function.h>
class binary_negate : public binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > |
Public Member Type Definitions | |
---|---|
typedef | _Base::first_argument_type first_argument_type |
typedef | _Base::second_argument_type second_argument_type |
Protected Attributes | |
---|---|
_Predicate | _M_pred |
Public Member Functions | |
---|---|
binary_negate(const _Predicate &) | |
bool | operator()(_FstArgParamType, _SndArgParamType) |
Inherited Type Definitions | |
---|---|
binary_function< _Predicate::first_argument_type, _Predicate::second_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::first_argument_type | first_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.
typedef _Base::second_argument_type | second_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.
binary_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.
Parameter | Description |
---|---|
__x | - |
Returns: -
bool | operator() | ( | _FstArgParamType | __x, |
_SndArgParamType | __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: -