std::any::swap

void swap(any& other) noexcept;
(since C++17)

Swaps the content of two any objects.

Parameters

other - object to swap with

Return value

(none).

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/utility/any/swap