MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / operator()

Method operator()

Win32Lib/Socket.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void SocketDeleter::operator()(pointer p) const
34{
35 if (p != INVALID_SOCKET)
36 closesocket(p);
37}
38
39Socket WSASocket(int af, int type, int protocol)
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected