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

Name

Description

d

The dynamic to hash.

Created with MrDocs