mp_units::symbol_text::symbol_text

Constructs a symbol text from separate UTF-8 and portable fixed strings

Synopsis

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

[[nodiscard]]
constexpr
symbol_text(
    fixed_u8string<N> const& utf8,
    fixed_string<M> const& portable);

Return Value

NOTE

The return value should not be discarded.

Parameters

NameDescription
utf8fixed string defining the UTF-8 rendering
portablefixed string defining the portable rendering