std::hash<folly::SocketAddress>

Specialization of std::hash for folly::SocketAddress.

Synopsis

Declared in <folly/SocketAddress.h>

template<>
struct hash<folly::SocketAddress>;

Member Functions

NameDescription
operator() Compute a hash of the given SocketAddress.