Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit d1d34b1c71.
PrevUpHomeNext

Struct object_creator

boost::singleton_pool::object_creator

Synopsis

// In header: <boost/pool/singleton_pool.hpp>



struct object_creator {

  // public member functions
  object_creator();
  void do_nothing() const;
};

Description

object_creator public member functions

  1. object_creator();
  2. void do_nothing() const;

PrevUpHomeNext