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