unary_negate Class Reference

#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 &)
booloperator()(_ArgParamType)
Inherited Type Definitions
unary_function< _Predicate::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 argument_type

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.

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

unary_negate ( const _Predicate & )

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-
Return Value
-

Member Function Documentation

operator() ( _ArgParamType )

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