std::experimental::pmr::monotonic_buffer_resource::release

Releases all allocated memory by calling the deallocate function on the upstream memory resource as necessary.

# Declarations

void release();

(library fundamentals TS)

# See also