std::hash<folly::NetworkSocket>::operator()

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

NameDescription
sThe socket to hash.