#include <stdapis/stlportv5/stl/_function_base.h>
struct _Constant_binary_fun |
Public Member Type Definitions | |
---|---|
typedef | _Arg1 first_argument_type |
typedef | _Result result_type |
typedef | _Arg2 second_argument_type |
Public Attributes | |
---|---|
_Result | _M_val |
Public Member Functions | |
---|---|
_Constant_binary_fun(const _Result &) | |
const result_type & | operator()(const _Arg1 &, const _Arg2 &) |
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.
typedef _Arg1 | first_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.
typedef _Result | 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.
typedef _Arg2 | 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_val |
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.
_Constant_binary_fun | ( | const _Result & | __v | ) | [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 | |
---|---|
__v | - |
const result_type & | operator() | ( | const _Arg1 & | , |
const _Arg2 & | ||||
) | 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 | |
---|---|
- | |
- |