Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Compile-time string concatenation of multiple std::string_view references. More...
#include <algorithms.hpp>
Static Public Attributes | |
static constexpr std::string_view | value = {arr.data(), arr.size() - 1} |
The resulting joined string as a std::string_view. |
Compile-time string concatenation of multiple std::string_view references.
Joins multiple string literals (passed as std::string_view references) into a single compile-time std::string_view.
Strs | Parameter pack of std::string_view references to be joined. |