[#std-hash-09] = xref:std.adoc[std]::hash<xref:folly/IPAddressV6.adoc[folly::IPAddressV6]> :relfileprefix: ../ :mrdocs: Hash specialization enabling `IPAddressV6` as a key in unordered containers. == Synopsis Declared in `<folly/IPAddressV6.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct hash<xref:folly/IPAddressV6.adoc[folly::IPAddressV6]>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:std/hash-09/operator_call.adoc[`operator()`] | Compute the hash of an `IPAddressV6`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#