holoscan::operator_default_name
holoscan::operator_default_name
Type trait to provide unique default names for operator types.
This trait ensures that different operator types have unique default names when created without an explicit name parameter.
Primary template provides fallback to generic name for any operator types not explicitly specialized below.
Template parameters
OperatorT
The operator type.