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

Function node_allocator_base
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