Constructs a symbol text from separate UTF-8 and portable fixed strings
Declared in <mp-units/framework/symbol_text.h>
[[nodiscard]]
constexpr
symbol_text(
fixed_u8string<N> const& utf8,
fixed_string<M> const& portable);
The return value should not be discarded.
| Name | Description |
|---|---|
| utf8 | fixed string defining the UTF-8 rendering |
| portable | fixed string defining the portable rendering |