std::allocator<T>::~allocator

From cppreference.com
< cpp‎ | memory‎ | allocator
 
 
Dynamic memory management
Uninitialized storage
(C++17)
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();

Destroys the default allocator.