Registry / utility / boost-container-hash

boost-container-hash

JSON →
library1.90.0vcpkgunverified

Boost.ContainerHash provides hash function implementations for standard and Boost containers.

vcpkg install boost-container-hash
INSTALL
IMPORT
SIG · BOOST-CONTAINER-HA
B
boost-container-hash
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/container_hash/hash.hpp
#include <boost/container_hash/hash.hpp>

Use Boost.ContainerHash to hash a vector

#include <boost/container_hash/hash.hpp> #include <unordered_set> #include <vector> int main() { std::unordered_set<std::vector<int>, boost::hash<std::vector<int>>> set; set.insert({1, 2, 3}); 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
13 hits · last 30 days
node
12
Meta
1
Resources

No resource links recorded.

boost-container-hash — pip install boost-container-hash · libregistry