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

Method SocketSelector

src/SFML/Network/SocketSelector.cpp:627–630  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

625
626////////////////////////////////////////////////////////////
627SocketSelector::SocketSelector() : m_impl(std::make_unique<SocketSelectorImpl>())
628{
629 clear();
630}
631
632
633////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected