Skip to main content

8 docs tagged with "containers"

View all tags

Boost.Bimap

boost::bimap is a bidirectional map — a container where both sides are keys. Given a

Boost.CircularBuffer

boost::circular_buffer is a fixed-capacity ring buffer that provides O(1) insertion and

Boost.Container

Boost.Container provides STL-compatible containers that go beyond what the standard library

Boost.Intrusive

Boost.Intrusive provides containers where the link/hook metadata lives inside the elements

Boost.MultiIndex

Boost.MultiIndex lets you build a single container with multiple simultaneous indexes over the

Boost.Unordered

Boost.Unordered provides hash-based associative containers — unorderedmap, unorderedset,

STL Containers

Containers store collections of objects. The STL provides optimized, well-tested containers for different access patterns and performance needs. Choose the right container for your use case.