#include <stdapis/stlportv5/stl/_function_adaptors.h>
| class mem_fun_t : public unary_function< _Tp *, _Ret > |
| Public Member Functions | |
|---|---|
| mem_fun_t(__fun_type) | |
| _Ret | operator()(_Tp *) |
| Inherited Type Definitions | |
|---|---|
| unary_function< _Tp *, _Ret >::argument_type | |
| unary_function< _Tp *, _Ret >::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.
| mem_fun_t | ( | __fun_type | __pf | ) | [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 | |
|---|---|
| __pf | - |
| _Ret | operator() | ( | _Tp * | __p | ) | 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 | |
|---|---|
| __p | - |