std::experimental::optional<T>::swap

Swaps the contents with those of other.

# Declarations

void swap( optional& other ) noexcept(/* see below */);

(library fundamentals TS)

# Parameters

# Return value

(none)

# See also