mem_fun_ref_t Class Reference

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

Link against: libstdcppv5.lib

class mem_fun_ref_t : public unary_function< _Tp, _Ret >

Inherits from

Public Member Functions
mem_fun_ref_t(__fun_type)
_Retoperator()(_Tp &)
Inherited Type Definitions
unary_function< _Tp, _Ret >::argument_type
unary_function< _Tp, _Ret >::result_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.

Constructor & Destructor Documentation

mem_fun_ref_t ( __fun_type )

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

ParameterDescription
__pf-

Returns: -

Member Function Documentation

operator() ( _Tp & )

_Retoperator()(_Tp &__r)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.

ParameterDescription
__r-

Returns: -