binary_function Struct Reference

#include <stdapis/stlportv5/stl/_function_base.h>

struct binary_function
Public Member Type Definitions
typedef_Arg1 first_argument_type
typedef_Result result_type
typedef_Arg2 second_argument_type

Detailed Description

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.

Member Type Definition Documentation

Typedef first_argument_type

typedef _Arg1first_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_type

typedef _Resultresult_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 second_argument_type

typedef _Arg2second_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.