Copy assignment operator

Synopsis

Declared in <mp‐units/ext/fixed_string.h>

constexpr
basic_fixed_string&
operator=(basic_fixed_string const& other) noexcept = default;

Return Value

A reference to this string

Parameters

Name

Description

other

The string to copy from

Created with MrDocs