For given functor f, lift_iterator_functor provides operator()(Iterator iterator) which returns f(*iter).
More...
#include <functors.hpp>
template<typename Functor>
struct paal::utils::lift_iterator_functor< Functor >
For given functor f, lift_iterator_functor provides operator()(Iterator iterator) which returns f(*iter).
- Template Parameters
-
Definition at line 432 of file functors.hpp.
template<typename Functor >
template<typename Functor >
template<typename Iterator >
operator()
- Template Parameters
-
- Parameters
-
- Returns
Definition at line 449 of file functors.hpp.
The documentation for this struct was generated from the following file: