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

Method remove

src/SFML/Network/SocketSelector.cpp:673–676  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

671
672////////////////////////////////////////////////////////////
673bool SocketSelector::remove(const Socket& socket)
674{
675 return m_impl->remove(&socket);
676}
677
678
679////////////////////////////////////////////////////////////

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected