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