_Constant_binary_fun Struct Reference

#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 &)

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.

Member Attribute Documentation

_M_val

_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.

Constructor & Destructor Documentation

_Constant_binary_fun ( const _Result & )

_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-
Return Value
-

Member Function Documentation

operator() ( const _Arg1 &, const _Arg2 & )

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
-
-
Return Value
-