Computes a hash value for a NetworkSocket.
Synopsis
Declared in <folly/net/NetworkSocket.h>
size_t
operator()(folly::NetworkSocket const& s) const noexcept;
Return Value
The hash of the socket's underlying handle.
Parameters
Name |
Description |
s |
The socket to hash. |
Created with MrDocs