命名空间
变体
操作

std::valarray<T>::swap

来自 cppreference.com
< cpp‎ | numeric‎ | valarray
 
 
 
 
void swap( valarray& other );
(直到 C++11)
void swap( valarray& other ) noexcept;
(自 C++11 起)

将内容与 other 的内容交换。

[编辑] 参数

other - 另一个要交换内容的 valarray

[编辑] 返回值

(无)