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

Method Socket

src/SFML/Network/Socket.cpp:40–42  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

38{
39////////////////////////////////////////////////////////////
40Socket::Socket(Type type) : m_type(type), m_socket(priv::SocketImpl::invalidSocket())
41{
42}
43
44
45////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected