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

Reference

Header <boost/lockfree/policies.hpp>
Header <boost/lockfree/queue.hpp>
Header <boost/lockfree/spsc_queue.hpp>
Header <boost/lockfree/stack.hpp>
namespace boost {
  namespace lockfree {
    template<bool IsFixedSized> struct fixed_sized;
    template<size_t Size> struct capacity;
    template<typename Alloc> struct allocator;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, ... Options> class queue;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, ... Options> class spsc_queue;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, ... Options> class stack;
  }
}

PrevUpHomeNext