Belle II Software
release-08-01-10
|
Functor to get the referenced object from an abitrary objects. More...
#include <Functional.h>
Public Member Functions | |
operator FunctorTag () | |
Marker function for the isFunctor test. | |
template<class T > | |
auto | operator() (const T &t) const -> decltype(*t) |
Operator getting the referenced object of an abitrary object. | |
template<class T > | |
auto | operator() (const T *t) const -> decltype(*t) |
Specialisation for pointers to make an assertion that no nullptr is derefernced. | |
Functor to get the referenced object from an abitrary objects.
Definition at line 390 of file Functional.h.