2026-05-12 02:42:47 +03:00
2023-02-02 14:19:37 +02:00
2026-05-11 22:46:20 +03:00
2026-05-12 02:42:47 +03:00
2024-07-31 23:25:37 -05:00
2023-10-12 14:51:15 +03:00
2024-03-06 05:13:53 +02:00
2026-05-12 01:59:03 +03:00
2024-08-20 21:50:38 +03:00
2023-10-12 14:51:55 +03:00
2022-02-05 02:12:27 +02:00
2026-04-01 21:54:13 +03:00

Boost.ContainerHash

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 itself hashable via boost::hash<X> by defining an appropriate overload of the function hash_value.

See the documentation of the library for more information.

License

Distributed under the Boost Software License, Version 1.0.

S
Description
Generic hash function for STL style unordered containers
Readme 2.9 MiB
Languages
C++ 98%
CMake 1%
Shell 0.5%
Batchfile 0.4%
HTML 0.1%