#include <stdapis/stlportv5/stl/_function_adaptors.h>
| class pointer_to_binary_function : public binary_function |
| Protected Attributes | |
|---|---|
| _Result(* | _M_ptr |
| Public Member Functions | |
|---|---|
| pointer_to_binary_function() | |
| pointer_to_binary_function(_Result(*)(_Arg1, _Arg2)) | |
| _Result | operator()(_Arg1, _Arg2) |
| Inherited Type Definitions | |
|---|---|
| binary_function::first_argument_type | |
| binary_function::result_type | |
| binary_function::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.
| _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_binary_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.
| pointer_to_binary_function | ( | _Result(*)(_Arg1, _Arg2) | __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 | - |
| _Result | operator() | ( | _Arg1 | __x, |
| _Arg2 | __y | |||
| ) | 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 | - |
| __y | - |