Belle II Software development
GetEStereoKind Struct Reference

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.
 

Detailed Description

Generic functor to get the stereo kind from an object.

Definition at line 35 of file EStereoKind.h.

Member Function Documentation

◆ operator()()

EStereoKind operator() ( const T &  t) const
inline

Returns the stereo kind of an object.

Definition at line 41 of file EStereoKind.h.

42 {
43 return t.getStereoKind();
44 }

The documentation for this struct was generated from the following file: