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 for the latest Boost documentation.
PrevUpHomeNext

Struct template implementation_defined

boost::lockfree::queue::implementation_defined

Synopsis

// In header: <boost/lockfree/queue.hpp>


template<typename T, ... Options> 
struct implementation_defined {
  // types
  typedef node_allocator allocator;
  typedef std::size_t    size_type;
};

PrevUpHomeNext