v3 flag enabled
Data structures C++03
Added in 1.29.0

Boost.DynamicBitset

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.

Quick Start

Dependencies

Contributors: This Release


Documentation
⚠️ This library has no README.md or library-details.adoc; consider contributing one.

Latest Boost.DynamicBitset posts

Join the Boost Developers Mailing List

Get the latest on releases, features, security patches, fixes and all major announcements.

All Contributors