|
parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
|
Compile-time concatenation of FixedString literals into a single std::string_view with static storage.
More...
#include <common.h>
Compile-time concatenation of FixedString literals into a single std::string_view with static storage.
Library-author-facing variant: lets a CRTP base form its own kind_id directly from string literals plus a FixedString NTTP it received as a template parameter, without forcing the author to declare a bridge static constexpr std::string_view:
| Parts | FixedString literals to concatenate in order. |