File StaticConcatenate.h
-
namespace podio
-
namespace utils
Variables
-
template<const std::string_view&... strs>
std::string_view static_concatenate_v = static_concatenate<strs...>::value Variable template for concatenating a set of string_views into a single string_view at compile time.
-
template<const std::string_view&... strs>
-
namespace utils