Struct podio::utils::static_concatenate

template<const std::string_view&... strs>
struct static_concatenate

Helper struct to concatenate a set of string_views into a single string_view at compile time.

Public Static Functions

static inline auto init_arr()

Public Static Attributes

static auto array = init_arr()
static auto value = std::string_view(array.data(), array.size() - 1)