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

履歴 編集

function
<memory>

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

~allocator() throw();       // C++03 まで
~allocator();               // C++11 から C++17 まで
constexpr ~allocator();     // C++20 から

概要

allocatorオブジェクトを破棄する。

例外

投げない。

参照