2022-11-28 01:59:32 +02:00
2022-11-03 14:19:56 +02:00
2022-11-27 19:39:38 +02:00
2022-10-30 17:23:39 +02:00
2022-10-30 17:51:31 +02:00
2021-10-12 19:51:11 +03:00
2022-10-28 21:21:44 +03:00
2022-10-28 21:18:10 +03:00
2022-02-05 02:12:27 +02:00
2022-09-20 16:08:10 +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 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.

License

Distributed under the Boost Software License, Version 1.0.

Description
Mirrored via gitea-mirror
Readme 2.7 MiB
Languages
C++ 98%
CMake 1%
Shell 0.5%
Batchfile 0.4%
HTML 0.1%