|
parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
|
Compile-time concatenation of a FixedString literal prefix with a std::string_view reference tail into one std::string_view with static storage.
More...
#include <common.h>
Compile-time concatenation of a FixedString literal prefix with a std::string_view reference tail into one std::string_view with static storage.
Hybrid bridge between the two id_join flavors: the prefix is a literal (so callers can hardcode "l:" / "m:" / "s:" at the use site without declaring a bridge string_view), while the tail is a runtime string_view constant (so it can name another cell's static constexpr std::string_view kind_id).
| Prefix | Literal prefix. |
| Tail | Reference to a std::string_view constant appended after Prefix. |