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

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

NameDescription
addrthe address to hash