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

Name

Description

utf8

fixed string defining the UTF‐8 rendering

portable

fixed string defining the portable rendering

Created with MrDocs