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

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
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