std::hash<folly::SocketAddress>::operator()

Compute a hash of the given SocketAddress.

Synopsis

Declared in <folly/SocketAddress.h>

size_t
operator()(folly::SocketAddress const& addr) const;

Return Value

Hash value for the address.

Parameters

NameDescription
addrThe address to hash.