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();

Description

Destructor, removes node_pool_t from memory if its reference count reaches to zero. Never throws


PrevUpHomeNext