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
Name |
Description |
addr |
The address to hash. |
Created with MrDocs