boost::interprocess::open_or_create_t
// In header: <boost/interprocess/creation_tags.hpp> struct open_or_create_t { };
Tag to indicate that the resource must be created. If already created, it must be opened.