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

[编辑]返回值

(无)

close