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

Struct open_or_create_t
PrevUpHomeNext

Struct open_or_create_t

boost::interprocess::open_or_create_t

Synopsis

struct open_or_create_t {
};

Description

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


PrevUpHomeNext