#include <stdapis/stlportv5/stl/_function_adaptors.h>
class mem_fun1_ref_t : public binary_function< _Tp, _Arg, _Ret > |
Public Member Functions | |
---|---|
mem_fun1_ref_t(__fun_type) | |
_Ret | operator()(_Tp &, _Arg) |
Inherited Type Definitions | |
---|---|
binary_function< _Tp, _Arg, _Ret >::first_argument_type | |
binary_function< _Tp, _Arg, _Ret >::result_type | |
binary_function< _Tp, _Arg, _Ret >::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.
mem_fun1_ref_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.
Parameter | Description |
---|---|
__pf | - |
Returns: -
_Ret | operator() | ( | _Tp & | __r, |
_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 |
---|---|
__r | - |
__x | - |
Returns: -