Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::_Identity< _Tp > Struct Template Reference

#include <ahFunction.H>

Inheritance diagram for Aleph::_Identity< _Tp >:
[legend]
Collaboration diagram for Aleph::_Identity< _Tp >:
[legend]

Public Member Functions

_Tpoperator() (_Tp &__x) const
 
const _Tpoperator() (const _Tp &__x) const
 

Additional Inherited Members

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

Detailed Description

template<class _Tp>
struct Aleph::_Identity< _Tp >

Definition at line 441 of file ahFunction.H.

Member Function Documentation

◆ operator()() [1/2]

template<class _Tp >
_Tp & Aleph::_Identity< _Tp >::operator() ( _Tp __x) const
inline

Definition at line 443 of file ahFunction.H.

References Aleph::maps().

◆ operator()() [2/2]

template<class _Tp >
const _Tp & Aleph::_Identity< _Tp >::operator() ( const _Tp __x) const
inline

Definition at line 448 of file ahFunction.H.

References Aleph::maps().


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