std::experimental::pmr::unsynchronized_pool_resource::release

Releases all memory owned by this resource by calling the deallocate function of the upstream memory resource as needed.

# Declarations

void release();

(library fundamentals TS)

# See also