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

Compute the hash of an IPAddressV6.

Synopsis

Declared in <folly/IPAddressV6.h>

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

Return Value

A hash value for the address.

Parameters

NameDescription
addrThe address to hash.