[#std-hash-000-operator_call] = xref:std.adoc[std]::xref:std/hash-000.adoc[hash<folly::IPAddressV4>]::operator() :relfileprefix: ../../ :mrdocs: Returns a hash of the given address. == Synopsis Declared in `<folly/IPAddressV4.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:folly/IPAddressV4.adoc[folly::IPAddressV4] const addr) const; ---- == Return Value a hash of `addr` == Parameters [cols="1,4"] |=== | Name| Description | *addr* | the address to hash |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#