...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::interprocess::remove_shared_memory_on_destroy
// In header: <boost/interprocess/shared_memory_object.hpp> class remove_shared_memory_on_destroy { public: // construct/copy/destruct remove_shared_memory_on_destroy(const char *); ~remove_shared_memory_on_destroy(); };