Copy constructor
Declared in <mp-units/ext/fixed_string.h>
[[nodiscard]]
constexpr
basic_fixed_string(basic_fixed_string const& other) noexcept = default;
The return value should not be discarded.
| Name | Description |
|---|---|
| other | The object to copy construct from |