Belle II Software development
|
Functor to get the .clear() from an arbitrary objects. More...
#include <Functional.h>
Public Member Functions | |
operator FunctorTag () | |
Marker function for the isFunctor test. | |
template<class T > | |
auto | operator() (T &t) const -> decltype(t.clear()) |
Operator getting the .clear() of an arbitrary object. | |
Functor to get the .clear() from an arbitrary objects.
Definition at line 338 of file Functional.h.
|
inline |
Operator getting the .clear() of an arbitrary object.
Definition at line 344 of file Functional.h.