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
Name |
Description |
address |
The MAC address to hash. |
Created with MrDocs