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
Name |
Description |
s |
The string to swap contents with |
Created with MrDocs