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

Reference
PrevUpHomeNext

Reference

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, typename A0, typename A1, typename A2> class queue;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, typename... Options> class spsc_queue;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, typename... Options> class stack;
  }
}

PrevUpHomeNext