boost::singleton_pool::object_creator
// In header: <boost/pool/singleton_pool.hpp> struct object_creator { // public member functions object_creator(); void do_nothing() const; };
object_creator
object_creator();
void do_nothing() const;