Belle II Software development
|
Functor returning void from an arbitrary objects. More...
#include <Functional.h>
Public Member Functions | |
operator FunctorTag () | |
Marker function for the isFunctor test. | |
template<class T > | |
void | operator() (T &&t) const |
Operator always returning void. | |
Functor returning void from an arbitrary objects.
Definition at line 235 of file Functional.h.
|
inline |