Namespaces
Variants
Views
Actions

std::experimental::pmr::synchronized_pool_resource::~synchronized_pool_resource

From cppreference.com
 
 
 
 
 
virtual ~synchronized_pool_resource();
(library fundamentals TS)

Destroys a synchronized_pool_resource.

Deallocates all memory owned by this resource by calling this->release().

[edit] See also

release all allocated memory
(public member function) [edit]