Wrapper around a functor which adds assigmnent operator as well as default constructor. Note, this struct might be dangerous. Using this struct correctly requires the underlying functor to live at least as long as this wrapper.
More...
template<typename Functor>
struct paal::utils::assignable_functor< Functor >
Wrapper around a functor which adds assigmnent operator as well as default constructor. Note, this struct might be dangerous. Using this struct correctly requires the underlying functor to live at least as long as this wrapper.
- Template Parameters
-
Definition at line 377 of file functors.hpp.