...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::lockfree::stack::node
// In header: <boost/lockfree/stack.hpp> template<typename T, typename A0, typename A1, typename A2> struct node { // types typedef unspecified handle_t; // construct/copy/destruct node(T const &); // public data members handle_t next; const T v; };