Sock::Sock

Copy constructor, disabled because closing the same socket twice is undesirable.

Synopsis

Declared in <util/sock.h>

Sock(Sock const& other) = delete;

Parameters

NameDescription
otherThe socket wrapper that would be copied.