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 open_or_create_t

boost::interprocess::open_or_create_t

Synopsis

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


struct open_or_create_t {
};

Description

Tag to indicate that the resource must be created. If already created, it must be opened.


PrevUpHomeNext