std::hash specialization for std::tuple.
Synopsis
Declared in <folly/hash/Hash.h>
template<typename... Ts>
struct hash<std::tuple<Ts...>>;
Type Aliases
Name |
Description |
Marks this hash as avalanching when its element hashes are. |
Member Functions
Name |
Description |
Hash the tuple by combining the hashes of its elements. |
Created with MrDocs