...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_file_on_destroy
// In header: <boost/interprocess/file_mapping.hpp> class remove_file_on_destroy { public: // construct/copy/destruct remove_file_on_destroy(const char *); ~remove_file_on_destroy(); };