Constructs a symbol text from a fixed string

Synopsis

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

[[nodiscard]]
constexpr
explicit(false)
symbol_text(fixed_string<N> const& txt);

Return Value

Note

The return value should not be discarded.

Parameters

Name

Description

txt

fixed string used for both the UTF‐8 and the portable rendering

Created with MrDocs