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)[]);
constexpr
symbol_text(
fixed_u8string<N> const& utf8,
fixed_string<M> const& portable);
consteval
symbol_text(
char8_t const(& u)[],
char const(& a)[]);
Created with MrDocs