other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::allocator::~allocator(3) | C++ Standard Libary | std::allocator::~allocator(3) |
NAME¶
std::allocator::~allocator - std::allocator::~allocator
Synopsis¶
~allocator(); (until C++20)
constexpr ~allocator(); (since C++20)
Destroys the default allocator.
2024.06.10 | http://cppreference.com |