最終更新日時(UTC):
が更新

履歴 編集

function
<stack>

std::stack::デストラクタ

~stack();

概要

stack コンテナアダプタのオブジェクトを破棄する。

計算量

線形時間 O(n) (全要素のデストラクタ呼び出し)