#include <stdapis/stlportv5/stl/_function.h>
| class binary_compose : public unary_function< _Operation2::argument_type, _Operation1::result_type > |
| Public Member Type Definitions | |
|---|---|
| typedef | _Base::argument_type argument_type |
| typedef | _Base::result_type result_type |
| Protected Attributes | |
|---|---|
| _Operation1 | _M_fn1 |
| _Operation2 | _M_fn2 |
| _Operation3 | _M_fn3 |
| Public Member Functions | |
|---|---|
| binary_compose(const _Operation1 &, const _Operation2 &, const _Operation3 &) | |
| 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.
| _Operation1 | _M_fn1 | [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.
| _Operation2 | _M_fn2 | [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.
| _Operation3 | _M_fn3 | [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.
| binary_compose | ( | const _Operation1 & | __x, |
| const _Operation2 & | __y, | ||
| const _Operation3 & | __z | ||
| ) | [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 | - |
| __z | - |
| 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.
| Parameters | |
|---|---|
| __x | - |