#include <stdapis/stlportv5/stl/_function_adaptors.h>
class pointer_to_unary_function : public unary_function |
Protected Attributes | |
---|---|
_Result(* | _M_ptr |
Public Member Functions | |
---|---|
pointer_to_unary_function() | |
pointer_to_unary_function(_Result(*)(_Arg)) | |
_Result | operator()(_Arg) |
Inherited Type Definitions | |
---|---|
unary_function::argument_type | |
unary_function::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.
_Result(* | _M_ptr | [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.
pointer_to_unary_function | ( | ) | [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.
Returns: -
pointer_to_unary_function | ( | _Result(*)(_Arg) | __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: -
_Result | operator() | ( | _Arg | __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.
Parameter | Description |
---|---|
__x | - |
Returns: -