1 #ifndef UTIL_I_FUNCTOR_H 2 #define UTIL_I_FUNCTOR_H 23 template <
typename T=
void>
virtual void operator()(const T &t)=0
Call the associated function.
virtual ~IFunctor()
Destructor (virtual)
Utility classes for scientific computation.
virtual ~IFunctor()
Destructor (virtual)
Interface for functor that wraps a void function with one argument (abstract).