std::allocator<T>::~allocator
Untill C++20
~allocator();
Since C++20
constexpr ~allocator();
Destroys the default allocator.
~allocator();
constexpr ~allocator();
Destroys the default allocator.
~allocator();
constexpr ~allocator();
Destroys the default allocator.