Return a hash value for the given address.

Synopsis

Declared in <folly/IPAddress.h>

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

Return Value

A hash value for addr.

Parameters

Name

Description

addr

The address to hash.

Created with MrDocs