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<typename Alloc> struct allocator;
    template<bool AllowMultipleReads> struct allow_multiple_reads;
    template<size_t Size> struct capacity;
    template<bool IsFixedSized> struct fixed_sized;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, typename... Options> class queue;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, typename... Options> class spsc_queue;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, typename... Options> struct spsc_value;
  }
}
namespace boost {
  namespace lockfree {
    template<typename T, typename... Options> class stack;
  }
}

PrevUpHomeNext