Constructors
<mp-units/framework/symbol_text.h>Construct from char
constexpr
explicit(false)
symbol_text(char ch);
» more...
Construct from fixed_string
constexpr
explicit(false)
symbol_text(fixed_string<N> const& txt);
» more...
Construct from char
consteval
explicit(false)
symbol_text(char const(& txt)[N + 1]);
» more...
constexpr
symbol_text(
fixed_u8string<N> const& utf8,
fixed_string<M> const& portable);
» more...
consteval
symbol_text(
char8_t const(& u)[N + 1],
char const(& a)[M + 1]);
» more...