std::valarray::swap - cppreference.com (original) (raw)
| void swap( valarray& other ); | | (until C++11) | | -------------------------------------- | | ------------- | | void swap( valarray& other ) noexcept; | | (since C++11) |
Swaps the contents with those of other.
[edit] Parameters
| other | - | another valarray to swap the contents with |
|---|
[edit] Return value
(none)