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

Method TcpSocket

src/SFML/Network/TcpSocket.cpp:716–718  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

714
715////////////////////////////////////////////////////////////
716TcpSocket::TcpSocket() : Socket(Type::Tcp), m_impl(std::make_unique<Impl>())
717{
718}
719
720
721////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected