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

Default folding operation (returns default-constructed accumulator). More...

#include <ahFunctional.H>

Public Member Functions

TR operator() (const TR &, const TD &) const noexcept
 

Detailed Description

template<typename TR, typename TD>
struct Aleph::Dft_Fold_Op< TR, TD >

Default folding operation (returns default-constructed accumulator).

Definition at line 120 of file ahFunctional.H.

Member Function Documentation

◆ operator()()

template<typename TR , typename TD >
TR Aleph::Dft_Fold_Op< TR, TD >::operator() ( const TR ,
const TD  
) const
inlinenoexcept

Definition at line 122 of file ahFunctional.H.


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