holoscan::network_context_default_name_v

Beta
View as Markdown

Helper template variable for easier access to network context default names (C++17).

template <typename NetworkContextT>
constexpr const char * holoscan::network_context_default_name_v

Usage: network_context_default_name_v<UcxContext> returns “ucx_context”

Template parameters

NetworkContextT
typename

The network context type.