Copy constructor
Synopsis
Declared in <mp‐units/ext/fixed_string.h>
constexpr
basic_fixed_string(basic_fixed_string const& other) noexcept = default;Parameters
| Name | Description | 
| other | The object to copy construct from | 
Created with MrDocs