std::allocator<T>::~allocator
来自cppreference.com
内存管理库
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::allocator
| 成员函数 | ||||
allocator::~allocator | ||||
(C++20 前) | ||||
(C++23) | ||||
(C++20 前) | ||||
(C++20 前) | ||||
(C++20 前) | ||||
| 非成员函数 | ||||
(C++20 前) |
~allocator(); | (C++20 前) | |
constexpr ~allocator(); | (C++20 起) | |
销毁默认分配器。