Boost
Libraries
arrow_drop_down
List View
Grid View
Category View
M
D
Containers
Array C++ 03
No description provide for this version.
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.
Circular Buffer C++ 03
A STL compliant container also known as ring or cyclic buffer.
Container C++ 03
Standard library containers and extensions.
Dynamic Bitset C++ 03
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++ 03
No description provide for this version.
Graph C++ 03
No description provide for this version.
GraphParallel C++ 03
No description provide for this version.
ICL C++ 03
Interval Container Library, interval sets and maps and aggregation of associated values
Intrusive C++ 03
Intrusive containers and algorithms.
Multi-Array C++ 03
No description provide for this version.
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++ 03
Containers for storing heap-allocated polymorphic objects to ease OO-programming.
Property Map C++ 03
Concepts defining interfaces which map key objects to value objects.
Property Tree C++ 03
A tree data structure especially suited to storing configuration data.
Unordered C++ 03
Unordered associative containers.
Variant C++ 03
Safe, generic, stack-based discriminated union container.