Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function adaptive_pool_base

boost::interprocess::adaptive_pool_base

Synopsis

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


 adaptive_pool_base(const adaptive_pool_base & other);

Description

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


PrevUpHomeNext