holoscan::network_context_default_name

Beta
View as Markdown
template <typename NetworkContextT>
struct network_context_default_name

Type trait to provide unique default names for network context types.

This trait ensures that different network context types have unique default names when created without an explicit name parameter.

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

#include <holoscan/component_traits.hpp>

Template parameters

NetworkContextT
typename

The network context type.


Member variables

NameTypeDescription
value static constexprconst char *