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 to view this page for the latest version.
PrevUpHomeNext

Struct template deleter

boost::interprocess::segment_manager::deleter

Synopsis

// In header: <boost/interprocess/segment_manager.hpp>


template<typename T> 
struct deleter {
  // types
  typedef boost::interprocess::deleter< T, segment_manager > type;
};

Description

This is the default deleter to delete types T from this managed segment.


PrevUpHomeNext