Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Swap two strings.
template<std::size_tM> constexpr void swap(basic_static_string< M, CharT, Traits >& s);
Swaps the contents of the string and s.
Strong guarantee.
All references, pointers, or iterators referring to contained elements are invalidated. Any past-the-end iterators are also invalidated.
|
Type |
Description |
|---|---|
|
|
The size of the string to swap with. |
|
Name |
Description |
|---|---|
|
|
The string to swap with. |
|
Type |
Thrown On |
|---|---|
|
|
|