std::pmr::synchronized_pool_resource::release
Min standard notice:
Releases all memory owned by this resource by calling the deallocate function of the upstream memory resource as needed.
# Declarations
void release();
(since C++17)
Releases all memory owned by this resource by calling the deallocate function of the upstream memory resource as needed.
void release();
(since C++17)