std::allocator<T>::~allocator
Min standard notice:
Destroys the default allocator.
# Declarations
~allocator();
(until C++20)
constexpr ~allocator();
(since C++20)
Destroys the default allocator.
~allocator();
(until C++20)
constexpr ~allocator();
(since C++20)