proxygen
std::hash<::folly::dynamic > Struct Template Reference

#include <dynamic-inl.h>

Public Member Functions

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

Detailed Description

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

Definition at line 85 of file dynamic-inl.h.

Member Function Documentation

size_t std::hash<::folly::dynamic >::operator() ( ::folly::dynamic const &  d) const
inline

Definition at line 86 of file dynamic-inl.h.

References folly::dynamic::hash().

86  {
87  return d.hash();
88  }

The documentation for this struct was generated from the following file: