Copy constructor, disabled because closing the same socket twice is undesirable.
Synopsis
Declared in <util/sock.h>
Sock(Sock const& other) = delete;
Parameters
Name |
Description |
other |
The socket wrapper that would be copied. |
Created with MrDocs