<mp-units/framework/symbol_text.h>
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)[]);
» more...
constexpr
symbol_text(
fixed_u8string<N> const& utf8,
fixed_string<M> const& portable);
» more...
consteval
symbol_text(
char8_t const(& u)[],
char const(& a)[]);
» more...