std::experimental::any::swap

From cppreference.com
< cpp‎ | experimental‎ | any
void swap(any& other);
(library fundamentals TS)

Swaps the content of two any objects.

[edit] Parameters

other - object to swap with

[edit] Return value

(none)

[edit] Exceptions

noexcept specification:  
noexcept