Section
std::experimental::pmr::monotonic_buffer_resource
The class std::experimental::pmr::monotonic_buffer_resource is a special-purpose memory resource class that releases the allocated memory only when the resource is destroyed. It is intended for very fast memory allocations in situations where memory is used to build up a few objects and then is released all at once.
# Declarations
class monotonic_buffer_resource : public memory_resource;
(library fundamentals TS)