void swap( valarray& other ); | (until C++11) | |
void swap( valarray& other ) noexcept; | (since C++11) |
Swaps the contents with those of other
.
other | - | another valarray to swap the contents with |
(none).
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/numeric/valarray/swap