[#std-hash-0a6] = xref:std.adoc[std]::hash<xref:folly/MacAddress.adoc[folly::MacAddress]> :relfileprefix: ../ :mrdocs: Specialization of std::hash for folly::MacAddress. == Synopsis Declared in `<folly/MacAddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct hash<xref:folly/MacAddress.adoc[folly::MacAddress]>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:std/hash-0a6/operator_call.adoc[`operator()`] | Return a hash value for the given MAC address. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#