This is an older version of Boost and was released in 2017. The current version is 1.89.0.
C++ 03
Added in Boost
1.29.0
Categories:
Data structures
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.