Hash the wrapped socket descriptor.
Declared in <util/sock.h>
size_t
operator()(std::shared_ptr<Sock const> const& s) const;
The socket descriptor, or the maximum SOCKET value if s is empty.
| Name | Description |
|---|---|
| s | The socket to hash (may be empty). |