Constructors
Synopses
Declared in <mp‐units/framework/symbol_text.h>
Construct from char
constexpr
explicit(false)
symbol_text(char ch);
Construct from fixed_string
constexpr
explicit(false)
symbol_text(fixed_string<N> const& txt);
Construct from char
consteval
explicit(false)
symbol_text(char const(& txt)[N + 1]);
constexpr
symbol_text(
fixed_u8string<N> const& utf8,
fixed_string<M> const& portable);
consteval
symbol_text(
char8_t const(& u)[N + 1],
char const(& a)[M + 1]);
Created with MrDocs