Hash specialization enabling IPAddressV6 as a key in unordered containers.

Synopsis

Declared in <folly/IPAddressV6.h>

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

Member Functions

Name

Description

operator()

Compute the hash of an IPAddressV6.

Created with MrDocs