folly::TupleHasher

Recursively hashes tuple elements, combining them into a single hash.

Synopsis

Declared in <folly/hash/Hash.h>

template<
    size_t index,
    typename... Ts>
struct TupleHasher;

Member Functions

NameDescription
operator() Hash the tuple by combining hashes of its elements.

Specializations

Name
TupleHasher<0, Ts...>