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

Name

Description

u

UTF‐8 string literal defining the UTF‐8 rendering

a

narrow string literal defining the portable rendering

Created with MrDocs