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.
No dependencies
DynamicBitset, part of the Boost C++ Libraries, is a bit vector similar to std::bitset but dynamically resizable.
Distributed under the Boost Software License, Version 1.0.
| Branch | GitHub Actions | AppVeyor | Coverity Scan | Codecov | Deps | Docs | Tests |
|---|---|---|---|---|---|---|---|
master |
|||||||
develop |
[dynamic_bitset] tag at the beginning of the subject line.