Crates.io | boost_container_hash |
lib.rs | boost_container_hash |
version | 0.1.0 |
created_at | 2025-08-29 15:17:23.06223+00 |
updated_at | 2025-08-29 15:17:23.06223+00 |
description | Boost C++ library boost_container_hash packaged using Zanbil |
homepage | |
repository | https://github.com/zanbilify/boost_container_hash |
max_upload_size | |
id | 1816006 |
size | 372,902 |
The Boost.ContainerHash library, part of Boost C++ Libraries,
provides boost::hash
, an enhanced implementation of the
hash function object specified
by C++11 as std::hash
, and several support facilities (hash_combine
,
hash_range
, hash_unordered_range
).
boost::hash
supports most standard types and some user-defined types out of
the box, and is extensible; it's possible for a user-defined type X
to make
iself hashable via boost::hash<X>
by defining an appropriate overload of the
function hash_value
.
See the documentation of the library for more information.
Distributed under the Boost Software License, Version 1.0.