std::valarray<T>::swap

Swaps the contents with those of other.

# Declarations

void swap( valarray& other );

(until C++11)

void swap( valarray& other ) noexcept;

(since C++11)

# Parameters

# Return value

(none)