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

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

# Declarations

void swap(any& lhs, any& rhs) noexcept;

(library fundamentals TS)

# Parameters

# Return value

(none)

# See also