std::experimental::pmr::new_delete_resource
Min standard notice:
Header: <experimental/memory_resource>
Returns a pointer to a memory_resource that uses the global operator new and operator delete to allocate memory.
# Declarations
memory_resource* new_delete_resource() noexcept;
(library fundamentals TS)
# Return value
Returns a pointer p to a static storage duration object of a type derived from std::experimental::pmr::memory_resource, with the following properties: