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/private_node_allocator.hpp>


node_pool_t * get_node_pool();

Description

Returns a pointer to the node pool. Never throws


PrevUpHomeNext