Constructs a symbol text from a single character

Synopsis

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

[[nodiscard]]
constexpr
explicit(false)
symbol_text(char ch);

Return Value

Note

The return value should not be discarded.

Parameters

Name

Description

ch

character used for both the UTF‐8 and the portable rendering

Created with MrDocs