boost::interprocess::open_or_create
// In header: <boost/interprocess/creation_tags.hpp> static const open_or_create_t open_or_create;
Value to indicate that the resource must be created. If already created, it must be opened.