pointer_to_binary_function Class Reference

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

class pointer_to_binary_function : public binary_function

Inherits from

Protected Attributes
_Result(*_M_ptr
Public Member Functions
pointer_to_binary_function()
pointer_to_binary_function(_Result(*)(_Arg1, _Arg2))
_Resultoperator()(_Arg1, _Arg2)
Inherited Type Definitions
binary_function::first_argument_type
binary_function::result_type
binary_function::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 Attribute Documentation

_M_ptr

_Result(*_M_ptr[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.

Constructor & Destructor Documentation

pointer_to_binary_function ( )

pointer_to_binary_function()[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.

Return Value
-

pointer_to_binary_function ( _Result(*)(_Arg1, _Arg2) )

pointer_to_binary_function(_Result(*)(_Arg1, _Arg2)__x)[inline, explicit]

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

Member Function Documentation

operator() ( _Arg1, _Arg2 )

_Resultoperator()(_Arg1__x,
_Arg2__y
)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-
__y-
Return Value
-