std::allocator<T>:: ~allocator
From cppreference.com
C++
Dynamic memory management
|
|
std::allocator
Member functions | ||||
allocator::~allocator
|
||||
(until C++20)
|
||||
(C++23)
|
||||
(until C++20)
|
||||
(until C++20)
|
||||
(until C++20)
|
||||
Non-member functions | ||||
(until C++20)
|
~allocator
(
)
;
|
(until C++20) | |
constexpr
~allocator
(
)
;
|
(since C++20) | |
Destroys the default allocator.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/memory/allocator/%7Eallocator&oldid=112923
"