std::experimental::pmr::unsynchronized_pool_resource:: ~unsynchronized_pool_resource
From cppreference.com
<
cpp
|
experimental
|
unsynchronized pool 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::unsynchronized_pool_resource
unsynchronized_pool_resource::~unsynchronized_pool_resource
|
||||
Public member functions | ||||
Protected member functions | ||||
virtual
~unsynchronized_pool_resource
(
)
;
|
(library fundamentals TS) | |
Destroys a
unsynchronized_pool_resource
.
Deallocates all memory owned by this resource by calling this - > release ( ) .
See also
release all allocated memory
(public member function) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/unsynchronized_pool_resource/%7Eunsynchronized_pool_resource&oldid=82161
"