Belle II Software
release-08-01-10
|
Functor returning void from an abitrary 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 abitrary objects.
Definition at line 235 of file Functional.h.