holoscan::condition_default_name

Beta
View as Markdown
template <typename ConditionT>
struct condition_default_name

Type trait to provide unique default names for condition types.

This trait ensures that different condition types have unique default names when created without an explicit name parameter. This prevents naming conflicts when multiple unnamed conditions of different types are added to the same operator.

Primary template provides fallback to generic name for any condition types not explicitly specialized below.

#include <holoscan/component_traits.hpp>

Template parameters

ConditionT
typename

The condition type.


Member variables

NameTypeDescription
value static constexprconst char *