An STL-compatible hash function object that can be extended to hash user defined types
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
.
... More
version | 1.81.0+1 |
---|---|
license | BSL-1.0Boost Software License 1.0 |
repository | https://pkg.cppget.org/1/legacy |
download | libboost-container-hash-1.81.0+1.tar.gz |
sha256 | 6f4c4bfca6b26d60238a4d4f674eec9d136e6eeafe0adc887779734a3fe8e0a0 |
project | boost |
---|---|
url | github.com/boostorg/container_hash |
doc-url | www.boost.org/doc/libs/1_81_0/libs/container_hash |
package-url | github.com/build2-packaging/boost |
boost-users@lists.boost.orgMailing list | |
package-email | packaging@build2.orgMailing list |
topics | C++Boost |
Depends (4)
libboost-config == 1.81.0 | |
libboost-describe == 1.81.0 | |
libboost-mp11 == 1.81.0 | |
libboost-type-traits == 1.81.0 |
Reviews
fail | 0 |
---|---|
pass | 1 |