ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::DelegateFuncTag< C > Struct Template Reference

Tag type to select a compile-time callable for Delegate. More...

#include <Acts/Utilities/Delegate.hpp>

Detailed Description

template<auto C>
struct Acts::DelegateFuncTag< C >

Tag type to select a compile-time callable for Delegate.

Template Parameters
CCallable value used for binding.