Registry / utility / boost-bloom

boost-bloom

JSON →
library1.90.0vcpkgunverified

Boost bloom module

vcpkg install boost-bloom
INSTALL
IMPORT
SIG · BOOST-BLOOM
B
boost-bloom
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/bloom_filter.hpp
#include <boost/bloom_filter.hpp>

Create and query a Bloom filter

#include <boost/bloom_filter.hpp> #include <iostream> int main() { boost::bloom_filters::basic_bloom_filter<128> filter; filter.insert("hello"); std::cout << "Contains 'hello': " << filter.contains("hello") << '\n'; return 0; }
Debug
Known issues
gotchaHeader-only; requires Boost headers
fix
Ensure Boost is installed and find_package(Boost) is used
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources

No resource links recorded.

boost-bloom — pip install boost-bloom · libregistry