proxygen
folly::hash::StdHasher Class Reference

#include <Hash.h>

Public Member Functions

template<typename T >
size_t operator() (const T &t) const noexcept(noexcept(std::hash< T >()(t)))
 

Detailed Description

Definition at line 547 of file Hash.h.

Member Function Documentation

template<typename T >
size_t folly::hash::StdHasher::operator() ( const T t) const
inlinenoexcept

Definition at line 553 of file Hash.h.

References folly::pushmi::detail::t.

553  {
554  return std::hash<T>()(t);
555  }

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