#include <stdapis/stlportv5/stl/_function_base.h>
struct _Project1st : public binary_function< _Arg1, _Arg2, _Arg1 > |
Public Member Functions | |
---|---|
_Arg1 | operator()(const _Arg1 &, const _Arg2 &) |
Inherited Type Definitions | |
---|---|
binary_function< _Arg1, _Arg2, _Arg1 >::first_argument_type | |
binary_function< _Arg1, _Arg2, _Arg1 >::result_type | |
binary_function< _Arg1, _Arg2, _Arg1 >::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.
_Arg1 | operator() | ( | const _Arg1 & | __x, |
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 | |
---|---|
__x | - |
- |