Combine hashes of multiple items, order‐independently.
Synopsis
Declared in <folly/hash/Hash.h>
template<typename... Value>
uint64_t
commutative_hash_combine(Value const&... value);
Return Value
The order‐independent combined hash
Parameters
Name |
Description |
value |
Values to hash and combine |
Created with MrDocs