#include <stdapis/stlportv5/stl/_function.h>
| class binder2nd : public unary_function< _Operation::first_argument_type, _Operation::result_type > |
| Public Member Type Definitions | |
|---|---|
| typedef | _Base::argument_type argument_type |
| typedef | _Base::result_type result_type |
| Protected Attributes | |
|---|---|
| _Operation | op |
| _Operation::second_argument_type | value |
| Public Member Functions | |
|---|---|
| binder2nd(const _Operation &, _ValueParamType) | |
| result_type | operator()(_ArgParamType) |
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 _Base::argument_type | 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 _Base::result_type | 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.
| _Operation | op | [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.
| _Operation::second_argument_type | value | [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.
| binder2nd | ( | const _Operation & | __x, |
| _ValueParamType | __y | ||
| ) | [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 | - |
| __y | - |
Returns: -
| result_type | operator() | ( | _ArgParamType | __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: -