This version of Boost is under active development. You are currently in the develop branch. The current version is 1.89.0.
Containers
| Array | C++ 03 | ||
| STL compliant container wrapper for arrays of constant size. | |||
| Bimap | C++ 03 | ||
| Bidirectional maps library for C++. With Boost.Bimap you can create associative containers in which both types can be used as key. | |||
| Bloom | C++ 11 | ||
| Bloom filters. | |||
| Circular Buffer | C++ 03 | ||
| A STL compliant container also known as ring or cyclic buffer. | |||
| Container | C++ 03 | ||
| Standard library containers and extensions. | |||
| GIL | C++ 14 | ||
| (C++14) Generic Image Library | |||
| Graph | C++ 14 | ||
| The BGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL). | |||
| GraphParallel | C++ 03 | ||
| The PBGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL). | |||
| ICL | C++ 03 | ||
| Interval Container Library, interval sets and maps and aggregation of associated values | |||
| Intrusive | C++ 03 | ||
| Intrusive containers and algorithms. | |||
| JSON | C++ 11 | ||
| JSON parsing, serialization, and DOM in C++11 | |||
| Multi-Array | C++ 03 | ||
| Boost.MultiArray provides a generic N-dimensional array concept definition and common implementations of that interface. | |||
| Multi-Index | C++ 03 | ||
| 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. | |||
| Pointer Container | C++ 11 | ||
| Containers for storing heap-allocated polymorphic objects to ease OO-programming. | |||
| PolyCollection | C++ 11 | ||
| Fast containers of polymorphic objects. | |||
| Property Map | C++ 11 | ||
| Concepts defining interfaces which map key objects to value objects. | |||
| Property Map (Parallel) | C++ 03 | ||
| Parallel extensions to Property Map for use with Parallel Graph. | |||
| Property Tree | C++ 11 | ||
| A tree data structure especially suited to storing configuration data. | |||
| Static String | C++ 11 | ||
| A fixed capacity dynamically sized string. | |||
| String View | C++ 03 | ||
| String view templates. | |||
| Unordered | C++ 11 | ||
| Unordered associative containers. | |||
| URL | C++ 11 | ||
| URL parsing in C++11 | |||
| Variant | C++ 11 | ||
| Safe, generic, stack-based discriminated union container. | |||
| Variant2 | C++ 11 | ||
| A never-valueless, strong guarantee implementation of std::variant. |