Registry / utility / boost-dynamic-bitset

boost-dynamic-bitset

JSON →
library1.90.0vcpkgunverified

Boost.DynamicBitset provides a dynamically resizable bitset container.

vcpkg install boost-dynamic-bitset
INSTALL
IMPORT
SIG · BOOST-DYNAMIC-BITS
B
boost-dynamic-bitset
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/dynamic_bitset.hpp
#include <boost/dynamic_bitset.hpp>

Creates a dynamic bitset and prints it.

#include <boost/dynamic_bitset.hpp> #include <iostream> int main() { boost::dynamic_bitset<> bits(8, 42); std::cout << bits << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources

No resource links recorded.

boost-dynamic-bitset — pip install boost-dynamic-bitset · libregistry