Belle II Software development
|
Generic functor to get the stereo kind from an object. More...
#include <EStereoKind.h>
Public Member Functions | |
operator FunctorTag () | |
Marker function for the isFunctor test. | |
template<class T , class SFINAE = decltype(&T::getStereoKind)> | |
EStereoKind | operator() (const T &t) const |
Returns the stereo kind of an object. | |
Generic functor to get the stereo kind from an object.
Definition at line 35 of file EStereoKind.h.
|
inline |
Returns the stereo kind of an object.
Definition at line 41 of file EStereoKind.h.