std::experimental::pmr::get_default_resource

Header: <experimental/memory_resource>

Gets the default memory resource pointer.

# Declarations

memory_resource* get_default_resource() noexcept;

(library fundamentals TS)

# Return value

Returns the value of the default memory resource pointer.

# See also