Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::pointer_to_unary_function< _Arg, _Result > Class Template Reference

#include <ahFunction.H>

Inheritance diagram for Aleph::pointer_to_unary_function< _Arg, _Result >:
[legend]
Collaboration diagram for Aleph::pointer_to_unary_function< _Arg, _Result >:
[legend]

Public Member Functions

 pointer_to_unary_function ()
 
 pointer_to_unary_function (_Result(*__x)(_Arg))
 
_Result operator() (_Arg __x) const
 

Protected Attributes

_Result(* _M_ptr )(_Arg)
 

Additional Inherited Members

- Public Types inherited from Aleph::unary_function< _Arg, _Result >
typedef _Arg argument_type
 
typedef _Result result_type
 

Detailed Description

template<class _Arg, class _Result>
class Aleph::pointer_to_unary_function< _Arg, _Result >

Definition at line 384 of file ahFunction.H.

Constructor & Destructor Documentation

◆ pointer_to_unary_function() [1/2]

template<class _Arg , class _Result >
Aleph::pointer_to_unary_function< _Arg, _Result >::pointer_to_unary_function ( )
inline

Definition at line 392 of file ahFunction.H.

◆ pointer_to_unary_function() [2/2]

template<class _Arg , class _Result >
Aleph::pointer_to_unary_function< _Arg, _Result >::pointer_to_unary_function ( _Result(*)(_Arg __x)
inlineexplicit

Definition at line 394 of file ahFunction.H.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ _M_ptr


The documentation for this class was generated from the following file: