![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Hash combine function extracted from LibBoost 1.67 Combine two hash values to form a composite depending on both. More...
Go to the source code of this file.
Hash combine function extracted from LibBoost 1.67 Combine two hash values to form a composite depending on both.
Definition in file hash-combine.hpp.
Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
| namespace | lib::hash |
| Hash implementations usable for the HashIndexed mixin as well as key within std::unordered_map. | |
Functions | |
| void | combine (size_t &combinedHash, size_t additionalHash) |
| meld the additional hash value into the given base hash value. | |