Hash the tuple by combining the hashes of its elements.
Synopsis
Declared in <folly/hash/Hash.h>
size_t
operator()(std::tuple<Ts...> const& key) const;
Return Value
The combined hash
Parameters
Name |
Description |
key |
Tuple to hash |
Created with MrDocs