std::valarray::~valarray
From cppreference.com
C++
Numerics library
Common mathematical functions | ||||
Special mathematical functions | ||||
Floating-point environment(C++11) | ||||
Complex numbers | ||||
Numeric arrays | ||||
Pseudo-random number generation | ||||
Compile-time rational arithmetic(C++11) | ||||
Numeric algorithms | ||||
(C++17) | ||||
(C++17) | ||||
Generic numeric operations | ||||
(C++11) | ||||
std::valarray
Member functions | ||||
Non-member functions | ||||
Helper classes | ||||
Deduction guides(C++17) |
~valarray() | ||
Destructs the numeric array. The destructors of the elements are called and the used storage is deallocated.
[edit]Complexity
Linear in the size of the numeric array.