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