Belle II Software
release-08-01-10
|
Functor to get the indirection 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->())) |
Operator getting the indirection of an abitrary object. | |
template<class T > | |
const T & | operator() (const T *t) const |
Specialisation for pointers that indirect to themselves. | |
Functor to get the indirection from an abitrary objects.
Definition at line 421 of file Functional.h.