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 get_segment_manager

boost::interprocess::get_segment_manager — Returns the segment manager. Never throws.

Synopsis

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


segment_manager * get_segment_manager();

Description

Returns the segment manager. Never throws


PrevUpHomeNext