[#std-hash-051-operator_call] = xref:std.adoc[std]::xref:std/hash-051.adoc[hash<folly::indirect<T, Alloc>>]::operator() :relfileprefix: ../../ :mrdocs: Hashes a wrapper by its owned value. == Synopsis Declared in `<folly/Indirect.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:folly/indirect-09.adoc[folly::indirect<T, Alloc>] const& v) const; ---- == Return Value The hash of the owned value, or 0 if valueless. == Parameters [cols="1,4"] |=== | Name| Description | *v* | The wrapper to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#