[#std-hash-0d5] = xref:std.adoc[std]::hash<xref:folly/IPAddress.adoc[folly::IPAddress]> :relfileprefix: ../ :mrdocs: Hash support for folly::IPAddress. == Synopsis Declared in `<folly/IPAddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct hash<xref:folly/IPAddress.adoc[folly::IPAddress]>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:std/hash-0d5/operator_call.adoc[`operator()`] | Return a hash value for the given address. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#