Belle II Software development
|
Functor to get the indirection from an arbitrary 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 arbitrary 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 arbitrary objects.
Definition at line 421 of file Functional.h.
|
inline |
Operator getting the indirection of an arbitrary object.
Definition at line 427 of file Functional.h.
|
inline |
Specialisation for pointers that indirect to themselves.
Definition at line 435 of file Functional.h.