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

folly_is_avalanching

Marks this hash as avalanching when its element hashes are.

Member Functions

Name

Description

operator()

Hash the tuple by combining the hashes of its elements.

Created with MrDocs