mp_units::symbol_text::symbol_text¶
Construct from char
Synopsis¶
Declared in <mp-units/framework/symbol_text.h>
[[nodiscard]] consteval explicit(false) symbol_text(char const (&txt)[]);
Return Value¶
Note
The return value should not be discarded.
Parameters¶
| Name | Description |
|---|---|
| txt | The value to construct from |