Boost.Container
Boost.Container provides STL-compatible containers that go beyond what the standard library
Boost.Unordered
Boost.Unordered provides hash-based associative containers — unorderedmap, unorderedset,
Boost.MultiIndex
Boost.MultiIndex lets you build a single container with multiple simultaneous indexes over the
Boost.Bimap
boost::bimap is a bidirectional map — a container where both sides are keys. Given a
Boost.Intrusive
Boost.Intrusive provides containers where the link/hook metadata lives inside the elements
Boost.CircularBuffer
boost::circular_buffer is a fixed-capacity ring buffer that provides O(1) insertion and