std::hash<folly::dynamic>::operator()

Computes the hash of a dynamic.

Synopsis

Declared in <folly/json/dynamic.h>

size_t
operator()(folly::dynamic const& d) const;

Return Value

The hash value of the dynamic.

Parameters

NameDescription
dThe dynamic to hash.