[#Sock-operator_assign-00] = xref:Sock.adoc[Sock]::operator= :relfileprefix: ../ :mrdocs: Copy assignment operator, disabled because closing the same socket twice is undesirable. == Synopsis Declared in `<util/sock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Sock.adoc[Sock]& operator=(xref:Sock.adoc[Sock] const& other) = delete; ---- == Return Value Reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The socket wrapper that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#