Belle II Software development
GetILayer Struct Reference

Generic functor to get the superlayer id from an object. More...

#include <ILayer.h>

Public Member Functions

template<class T , class SFINAE = decltype(&T::getILayer)>
ILayer operator() (const T &t) const
 Returns the superlayer of an object.
 

Detailed Description

Generic functor to get the superlayer id from an object.

Definition at line 21 of file ILayer.h.

Member Function Documentation

◆ operator()()

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

Returns the superlayer of an object.

Definition at line 24 of file ILayer.h.

25 {
26 return t.getILayer();
27 }

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