std::allocator<T>::
~allocator
<
cpp
|
memory
|
allocator
~allocator
(
)
;
(until C++20)
constexpr
~allocator
(
)
;
(since C++20)
Destroys the default allocator.