This is an older version of Boost and was released in 2018. The current version is 1.87.0.
C++
03
Added in Boost
1.29.0
Categories:
Containers
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.
This Release
Dependencies
Config
Core
Integer
Move
Serialization
Static Assert
ThrowException