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

Name

Description

addr

The address to hash.

Created with MrDocs