Construct from CharT
Declared in <mp-units/ext/fixed_string.h>
[[nodiscard]]
consteval
explicit(false)
basic_fixed_string(CharT const(& txt)[N + 1]) noexcept;
The return value should not be discarded.
| Name | Description |
|---|---|
| txt | The object to copy construct from |