名前空間
変種
操作

std::valarray<T>::~valarray

提供: cppreference.com
< cpp‎ | numeric‎ | valarray
2012年10月26日 (金) 07:00時点におけるTranslationBot (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)

 
 
 
 
~valarray()
数値配列を破棄します。要素のデストラクタが呼ばれ、使用されるストレージの割り当てが解除され.
Original:
Destructs the numeric array. The destructors of the elements are called and the used storage is deallocated.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

複雑

数値配列の大きさに比例.
Original:
Linear in the size of the numeric array.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.