mem_fun1_ref_t Class Reference

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

class mem_fun1_ref_t : public binary_function< _Tp, _Arg, _Ret >

Inherits from

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.

Constructor & Destructor Documentation

mem_fun1_ref_t ( __fun_type )

mem_fun1_ref_t(__fun_type__pf)[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
__pf-
Return Value
-

Member Function Documentation

operator() ( _Tp &, _Arg )

_Retoperator()(_Tp &__r,
_Arg__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
__r-
__x-
Return Value
-