getConnectedClients =================== :doc:`/types/ServerSocketInterface/index`::getConnectedClients Returns information about all the clients connected to the server. Declaration ----------- .. code-block:: cpp virtual const std::unordered_map& getConnectedClients() = 0; Parameters ---------- None. Returns ------- An `std::unordered_map `_ using the :doc:`/types/ConnectedClientID/index` as a key and :doc:`/types/ConnectedClient/index` as the value, for all clients connected to the server.