Holoscan SDK v3.11.0

Template Struct operator_default_name

template<typename OperatorT>
struct 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.

Public Static Attributes

static constexpr const char *value = "noname_operator"

Previous Struct Operator::FlowInfo
Next Template Struct operator_default_name< ops::AsyncPingRxOp >
© Copyright 2022-2026, NVIDIA. Last updated on Feb 4, 2026