Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function node_allocator_base

boost::interprocess::node_allocator_base

Synopsis

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


 node_allocator_base(const node_allocator_base & other);

Description

Copy constructor from other node_allocator_base. Increments the reference count of the associated node pool. Never throws


PrevUpHomeNext