Create a hash from multiple hashable objects, order-independently.
Declared in <folly/hash/Hash.h>
template<class Iter>
uint64_t
commutative_hash_combine_range(
Iter first,
Iter last);
methodset ranges
The order-independent combined hash of the range
| Name | Description |
|---|---|
| first | Iterator to the first element |
| last | Iterator past the last element |