Constructs a symbol text from separate UTF-8 and portable string literals
Declared in <mp-units/framework/symbol_text.h>
[[nodiscard]]
consteval
symbol_text(
char8_t const(& u)[],
char const(& a)[]);
The return value should not be discarded.
| Name | Description |
|---|---|
| u | UTF-8 string literal defining the UTF-8 rendering |
| a | narrow string literal defining the portable rendering |