other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::pmr::monotonic_buffer_resource::~monotonic_buffer_resource(3) | C++ Standard Libary | std::pmr::monotonic_buffer_resource::~monotonic_buffer_resource(3) |
NAME¶
std::pmr::monotonic_buffer_resource::~monotonic_buffer_resource - std::pmr::monotonic_buffer_resource::~monotonic_buffer_resource
Synopsis¶
virtual ~monotonic_buffer_resource(); (since C++17)
Destroys a monotonic_buffer_resource.
Deallocates all memory owned by this resource by calling
this->release().
See also¶
release release all allocated memory
(public member function)
2024.06.10 | http://cppreference.com |