std::hash<folly::IPAddressV6>

Hash specialization enabling IPAddressV6 as a key in unordered containers.

Synopsis

Declared in <folly/IPAddressV6.h>

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

Member Functions

NameDescription
operator() Compute the hash of an IPAddressV6.