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