std::experimental::pmr::monotonic_buffer_resource:: ~monotonic_buffer_resource
From cppreference.net
<
cpp
|
experimental
|
monotonic buffer resource
C++
Polymorphic allocator library
Convenience aliases for containers using
polymorphic_allocator
|
||||
| Memory resource classes | ||||
| Global memory resources | ||||
| Type-erased allocator support for existing classes | ||||
std::experimental::pmr::monotonic_buffer_resource
|
monotonic_buffer_resource::~monotonic_buffer_resource
|
||||
| Public member functions | ||||
| Protected member functions | ||||
|
virtual
~monotonic_buffer_resource
(
)
;
|
(library fundamentals TS) | |
Destroys a
monotonic_buffer_resource
.
Deallocates all memory owned by this resource by calling this - > release ( ) .
See also
|
release all allocated memory
(public member function) |