MCPcopy Create free account
hub / github.com/SFML/SFML / SocketInitializer

Method SocketInitializer

src/SFML/Network/Win32/SocketImpl.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41struct SocketInitializer
42{
43 SocketInitializer()
44 {
45 WSADATA init;
46 WSAStartup(MAKEWORD(2, 2), &init);
47 }
48
49 ~SocketInitializer()
50 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected