9 boost::interprocess::shared_memory_object Shm;
13 AutoRemoveShm(std::string ShmName, boost::interprocess::offset_t Size);
17 [[nodiscard]]
const std::string &
shmName()
const {
return ShmName; }
19 boost::interprocess::shared_memory_object &
get() {
return Shm; }