[#Sock-2constructor-02b] = xref:Sock.adoc[Sock]::Sock :relfileprefix: ../ :mrdocs: Move constructor, grab the socket from another object and close ours (if set). == Synopsis Declared in `<util/sock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Sock(xref:Sock.adoc[Sock]&& other); ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The socket wrapper to move the underlying socket from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#