[#std-hash-09-operator_call] = xref:std.adoc[std]::xref:std/hash-09.adoc[hash<folly::IPAddressV6>]::operator() :relfileprefix: ../../ :mrdocs: Compute the hash of an `IPAddressV6`. == Synopsis Declared in `<folly/IPAddressV6.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:folly/IPAddressV6.adoc[folly::IPAddressV6] const& addr) const; ---- == Return Value A hash value for the address. == Parameters [cols="1,4"] |=== | Name| Description | *addr* | The address to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#