mp_units::basic_fixed_string::swap

Exchanges the contents of this string with those of s

Synopsis

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

constexpr
void
swap(basic_fixed_string& s) noexcept;

Parameters

NameDescription
sThe string to swap contents with