List View
Grid View
Category View

STL compliant container wrapper for arrays of constant size.

Bidirectional maps library for C++. With Boost.Bimap you can create associative containers in which both types can be used as key.

A STL compliant container also known as ring or cyclic buffer.

Standard library containers and extensions.

The dynamic_bitset class represents a set of bits. It provides accesses to the value of individual bits via an operator[] and provides all of the bitwise operators that one can apply to builtin integers, such as operator& and operator<<. The number of bits in the set is specified at runtime via a parameter to the constructor of the dynamic_bitset.

GIL

(C++14) Generic Image Library

The BGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL).

The PBGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL).

ICL

Interval Container Library, interval sets and maps and aggregation of associated values

Intrusive containers and algorithms.

JSON parsing, serialization, and DOM in C++11

Boost.MultiArray provides a generic N-dimensional array concept definition and common implementations of that interface.

The Boost Multi-index Containers Library provides a class template named multi_index_container which enables the construction of containers maintaining one or more indices with different sorting and access semantics.

Containers for storing heap-allocated polymorphic objects to ease OO-programming.

Fast containers of polymorphic objects.

Concepts defining interfaces which map key objects to value objects.

Parallel extensions to Property Map for use with Parallel Graph.

A tree data structure especially suited to storing configuration data.

String view templates.

Unordered associative containers.

URL

URL parsing in C++11

Safe, generic, stack-based discriminated union container.

A never-valueless, strong guarantee implementation of std::variant.