[#Sock-HashSharedPtrSock] = xref:Sock.adoc[Sock]::HashSharedPtrSock :relfileprefix: ../ :mrdocs: Hasher for a `shared_ptr<const Sock>` keyed on the underlying socket descriptor. == Synopsis Declared in `<util/sock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct HashSharedPtrSock; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:Sock/HashSharedPtrSock/operator_call.adoc[`operator()`] | Hash the wrapped socket descriptor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#