std::valarray<T>::~valarray

来自cppreference.com
 
 
 
 
<tbody> </tbody>
~valarray()

析构数值数组。调用每个元素的析构函数,并解分配使用的存储。

复杂度

与数值数组的大小成线性。