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

Name

Description

x

Pair to hash

Created with MrDocs