[#std-hash-0ec-operator_call] = xref:std.adoc[std]::xref:std/hash-0ec.adoc[hash<folly::dynamic>]::operator() :relfileprefix: ../../ :mrdocs: Computes the hash of a dynamic. == Synopsis Declared in `<folly/json/dynamic.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:folly/dynamic.adoc[folly::dynamic] const& d) const; ---- == Return Value The hash value of the dynamic. == Parameters [cols="1,4"] |=== | Name| Description | *d* | The dynamic to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#