_Constant_unary_fun Struct Reference

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

struct _Constant_unary_fun
Public Member Type Definitions
typedef_Argument argument_type
typedef_Result result_type
Public Attributes
result_type _M_val
Public Member Functions
_Constant_unary_fun(const result_type &)
const result_type &operator()(const _Argument &)

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 argument_type

typedef _Argumentargument_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.

Member Attribute Documentation

_M_val

result_type _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_unary_fun ( const result_type & )

_Constant_unary_fun(const result_type &__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 _Argument & )

const result_type &operator()(const _Argument &)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
-