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().

See also

Release all allocated memory
(public member function)