std::allocator<T>::~allocator

From cppreference.com
< cpp‎ | memory‎ | allocator
 
 
Dynamic memory management
Smart pointers
(C++11)
(C++11)
(C++11)
(until C++17)
(C++11)
Allocators
Memory resources
Uninitialized storage
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Garbage collection support
Miscellaneous
(C++20)
(C++11)
(C++11)
C Library
Low level memory management
 
std::allocator
Member functions
allocator::~allocator
(until C++20)
(until C++20)
(until C++20)
Non-member functions
 
~allocator();
(until C++20)
constexpr ~allocator();
(since C++20)

Destroys the default allocator.