const_mem_fun_t Class Reference

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

class const_mem_fun_t : public unary_function< const _Tp *, _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

const_mem_fun_t ( __fun_type )

const_mem_fun_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() ( const _Tp * )

_Retoperator()(const _Tp *__p)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
__p-
Return Value
-