struct
ComponentNamePure virtual class for concrete components to override, providing an unique name for the given component.
Derived classes
- struct Diagnostic
- The abstract
Diagnostic
trait for outputting debugging state information generically across VT components.
Constructors, destructors, conversion operators
- ~ComponentName() defaulted virtual
Public functions
- auto name() -> std::string pure virtual
- Get the name of the component.