Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template node_allocator_base

boost::interprocess::node_allocator_base

Synopsis

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


template<typename T2> 
   node_allocator_base(const node_allocator_base< Version, T2, SegmentManager, NodesPerBlock > & other);

Description

Copy constructor from related node_allocator_base. If not present, constructs a node pool. Increments the reference count of the associated node pool. Can throw boost::interprocess::bad_alloc


PrevUpHomeNext