Generic functor to get the superlayer id from an object.
More...
#include <ILayer.h>
|
template<class T , class SFINAE = decltype(&T::getILayer)> |
ILayer | operator() (const T &t) const |
| Returns the superlayer of an object.
|
|
Generic functor to get the superlayer id from an object.
Definition at line 21 of file ILayer.h.
◆ 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:
- tracking/trackFindingCDC/topology/include/ILayer.h