std::hash<folly::IPAddress>

Hash support for folly::IPAddress.

Synopsis

Declared in <folly/IPAddress.h>

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

Member Functions

NameDescription
operator() Return a hash value for the given address.