This version of Boost is under active development. You are currently in the develop branch. The current version is 1.89.0.
The dynamic_bitset template represents a set of bits. It provides access to the value of individual bits via 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 can change at runtime.
C++
11