Skip to content

mp_units::symbol_text::symbol_text

Constructors

Synopses

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

Construct from char

[[nodiscard]] constexpr explicit(false) symbol_text(char ch);

» more...

Construct from fixed_string

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

» more...

Construct from char

[[nodiscard]] consteval explicit(false) symbol_text(char const (&txt)[]);

» more...

[[nodiscard]] constexpr symbol_text(fixed_u8string<N> const& utf8, fixed_string<M> const& portable);

» more...

[[nodiscard]] consteval symbol_text(char8_t const (&u)[], char const (&a)[]);

» more...

Return Value

Note

The return value should not be discarded.