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

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

NameDescription
addrThe address to hash.