std::experimental::swap(std::experimental::any)
Min standard notice:
Swaps the content of two any objects. Calls lhs.swap(rhs).
# Declarations
void swap(any& lhs, any& rhs) noexcept;
(library fundamentals TS)
# Parameters
lhs, rhs: objects to swap
# Return value
(none)