logical_not Struct Reference

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

struct logical_not : public unary_function< _Tp, bool >

Inherits from

Public Member Functions
booloperator()(const _Tp &)
Inherited Type Definitions
unary_function< _Tp, bool >::argument_type
unary_function< _Tp, 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 Function Documentation

operator() ( const _Tp & )

booloperator()(const _Tp &__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
-