Is there a way (other than a try-catch) to determine whether a boost::interprocess:managed_shared_memory
region with a particular name already exists?
I know if I allocate an Interprocess vector within the managed_shared_memory region I can check it's existence using managed_shared_memory::find(), but there doesn't appear to be a way to check whether the managed_shared_memory region itself exists.