MCPcopy Create free account
hub / github.com/Tom94/tev / SocketConnection

Method SocketConnection

include/tev/Ipc.h:326–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 virtual ~SocketConnection();
325
326 SocketConnection(const SocketConnection&) = delete;
327 SocketConnection& operator=(const SocketConnection&) = delete;
328
329 SocketConnection(SocketConnection&& other) { *this = std::move(other); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected