Standard library hash specialization for folly::dynamic.

Synopsis

Declared in <folly/json/dynamic.h>

template<>
struct hash<folly::dynamic>;

Type Aliases

Name

Description

folly_is_avalanching

Marks this hash as having avalanching output quality.

Member Functions

Name

Description

operator()

Computes the hash of a dynamic.

Created with MrDocs