[#mp_units-symbol_text-032-2constructor-04] = xref:mp_units.adoc[mp_units]::xref:mp_units/symbol_text-032.adoc[symbol_text]::symbol_text :relfileprefix: ../../ :mrdocs: Constructs a symbol text from separate UTF‐8 and portable string literals == Synopsis Declared in `<mp‐units/framework/symbol_text.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] consteval symbol_text( char8_t const(& u)[], char const(& a)[]); ---- == Return Value [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *u* | UTF‐8 string literal defining the UTF‐8 rendering | *a* | narrow string literal defining the portable rendering |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#