...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Destructor.
~monotonic_resource();
Deallocates all the memory owned by this resource.
this->release();
Linear in the number of deallocations performed.
No-throw guarantee.