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

Return a hash value for the given MAC address.

Synopsis

Declared in <folly/MacAddress.h>

size_t
operator()(folly::MacAddress const& address) const;

Return Value

A hash value for address.

Parameters

NameDescription
addressThe MAC address to hash.