std::hash<std::pair<T1, T2>>::operator()

Hash the pair by combining the hashes of its elements.

Synopsis

Declared in <folly/hash/Hash.h>

size_t
operator()(std::pair<T1, T2> const& x) const;

Return Value

The combined hash

Parameters

NameDescription
xPair to hash