Boost C++ Libraries Home Libraries People FAQ More

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