void swap( flat_set& other ) noexcept; | (since C++23) |
other. Effectively calls ranges::swap(compare, other.compare); ranges::swap(c, other.c);
| other | - | container adaptor to exchange the contents with |
(none)
(none)
Same as underlying container (typically constant).
|
(C++23) | specializes the std::swap algorithm (function template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/container/flat_set/swap