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 an old version of Boost. Click here to view this page for the latest version.
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