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

Struct allocator_holder

boost::interprocess::iunordered_set_index_aux::allocator_holder

Synopsis

// In header: <boost/interprocess/indexes/iunordered_set_index.hpp>



struct allocator_holder {
  // construct/copy/destruct
  allocator_holder(segment_manager_base *);
  allocator_type alloc;
  bucket_type init_bucket;
};

Description

allocator_holder public construct/copy/destruct

  1. allocator_holder(segment_manager_base * mngr);

PrevUpHomeNext