Scroll to navigation
std::any::swap - std::any::swap
void swap( any& other ) noexcept; (since C++17)
Swaps the content of two any objects.
other - object to swap with
(none)