void swap(any& other) noexcept; | (since C++17) |
Swaps the content of two any
objects.
other | - | object to swap with |
(none).
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/utility/any/swap