Circus 0.0.1-alpha
C++ Serialization Framework
|
Compile-time concatenation of multiple string_views into a single string_view. More...
#include <cxpr_stream.hpp>
Compile-time concatenation of multiple string_views into a single string_view.
This class template accepts a pack of string_view references and concatenates them into a single contiguous char array at compile time.
args | A parameter pack of const std::string_view& to be concatenated. |