Returns a hash of the given address.

Synopsis

Declared in <folly/IPAddressV4.h>

size_t
operator()(folly::IPAddressV4 const addr) const;

Return Value

a hash of addr

Parameters

Name

Description

addr

the address to hash

Created with MrDocs