binary_negate Class Reference

#include <stdapis/stlportv5/stl/_function.h>

Link against: libstdcppv5.lib

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 &)
booloperator()(_FstArgParamType, _SndArgParamType)
Inherited Type Definitions
binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool >::result_type

Detailed Description

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.

Member Type Definition Documentation

Typedef first_argument_type

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 second_argument_type

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.

Member Attribute Documentation

_M_pred

_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.

Constructor & Destructor Documentation

binary_negate ( const _Predicate & )

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.

ParameterDescription
__x-

Returns: -

Member Function Documentation

operator() ( _FstArgParamType, _SndArgParamType )

booloperator()(_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.

ParameterDescription
__x-
__y-

Returns: -