|
ACTS
Experiment-independent tracking
|
Template class for type-based function dispatch. More...
Template class for type-based function dispatch.
This class allows registering function pointers associated with specific derived types of a base class. When invoked with a base class reference, it will look up and call the appropriate registered function.
| base_t | The base class type that will be the first parameter |
| signature_t | The function signature (e.g., return_t(Args...)) |