Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit c8d5fec1f6.
PrevUpHomeNext

Function get_default_resource

boost::container::pmr::get_default_resource

Synopsis

// In header: <boost/container/pmr/global_resource.hpp>


memory_resource * get_default_resource();

Description

Returns: The current value of the default memory resource pointer.


PrevUpHomeNext