...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::singleton_pool::object_creator
// In header: <boost/pool/singleton_pool.hpp> struct object_creator { // construct/copy/destruct object_creator(); // public member functions void do_nothing() const; };