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

Default mapping operation (identity). More...

#include <ahFunctional.H>

Public Member Functions

tgtT operator() (const srcT &item) const noexcept
 

Detailed Description

template<typename tgtT, typename srcT>
struct Aleph::Dft_Map_Op< tgtT, srcT >

Default mapping operation (identity).

Definition at line 113 of file ahFunctional.H.

Member Function Documentation

◆ operator()()

template<typename tgtT , typename srcT >
tgtT Aleph::Dft_Map_Op< tgtT, srcT >::operator() ( const srcT item) const
inlinenoexcept

Definition at line 115 of file ahFunctional.H.


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