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 an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Function get_node_pool

boost::interprocess::get_node_pool — Returns the internal node pool. Never throws.

Synopsis

// In header: <boost/interprocess/allocators/adaptive_pool.hpp>


void * get_node_pool();

Description

Returns a pointer to the node pool. Never throws


PrevUpHomeNext