std::experimental:: swap (std::experimental::any)

From cppreference.com
std::experimental::any
Member functions
Modifiers
Observers
Non-member functions
swap (std::experimental::any)
void swap ( any & lhs, any & rhs ) noexcept ;
(library fundamentals TS)

Swaps the content of two any objects. Calls lhs. swap ( rhs ) .

Parameters

lhs, rhs - objects to swap

Return value

(none)

See also

swaps two any objects
(public member function)