proxygen
|
#include <dynamic-inl.h>
Public Types | |
using | is_transparent = void |
Public Member Functions | |
size_t | operator() (dynamic const &d) const |
template<typename T > | |
std::enable_if_t< std::is_convertible< T, StringPiece >::value, size_t > | operator() (T const &val) const |
Definition at line 29 of file dynamic-inl.h.
using folly::detail::DynamicHasher::is_transparent = void |
Definition at line 30 of file dynamic-inl.h.
|
inline |
Definition at line 32 of file dynamic-inl.h.
References folly::dynamic::hash(), and value.
Referenced by folly::detail::DynamicKeyEqual::operator()().
|
inline |