Namespaces
Variants

std::allocator<T>::~allocator

From cppreference.com
 
 
Memory management library
Allocators
Memory resources
Uninitialized storage (until C++20*)
Garbage collector support (until C++23)
 
 
~allocator();
(until C++20)
constexpr ~allocator();
(since C++20)

Destroys the default allocator.