mp_units::symbol_text::symbol_text

Constructs a symbol text from separate UTF-8 and portable string literals

Synopsis

Declared in <mp-units/framework/symbol_text.h>

[[nodiscard]]
consteval
symbol_text(
    char8_t const(& u)[],
    char const(& a)[]);

Return Value

NOTE

The return value should not be discarded.

Parameters

NameDescription
uUTF-8 string literal defining the UTF-8 rendering
anarrow string literal defining the portable rendering