名前空間
変種
操作

std::allocator<T>::~allocator

提供: cppreference.com
< cpp‎ | memory‎ | allocator
 
 
動的メモリ管理
スマートポインタ
(C++11)
(C++11)
(C++11)
(C++17未満)
(C++11)
アロケータ
メモリリソース
未初期化記憶域
ガベージコレクションサポート
その他
(C++20)
(C++11)
(C++11)
C のライブラリ
低水準のメモリ管理
 
std::allocator
メンバ関数
allocator::~allocator
(C++20未満)
(C++20未満)
(C++20未満)
非メンバ関数
 
~allocator();
(C++20未満)
constexpr ~allocator();
(C++20以上)

デフォルトアロケータを破棄します。