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

boost::interprocess::~node_allocator_base

Synopsis

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


 ~node_allocator_base();

Description

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


PrevUpHomeNext