Belle II Software development
GetAutomatonCell Struct Reference

Getter functor for the automaton cell of an object. More...

#include <CellHolder.h>

Public Member Functions

template<class T , class SFINAE = decltype(&T::getAutomatonCell)>
AutomatonCelloperator() (T &t)
 Returns the automaton cell of an object.
 

Detailed Description

Getter functor for the automaton cell of an object.

Definition at line 21 of file CellHolder.h.

Member Function Documentation

◆ operator()()

AutomatonCell & operator() ( T &  t)
inline

Returns the automaton cell of an object.

Definition at line 24 of file CellHolder.h.

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

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