proxygen
TestHasher Class Reference

Public Member Functions

size_t operator() (const std::pair< int, int > &p) const
 

Detailed Description

Definition at line 411 of file HashTest.cpp.

Member Function Documentation

size_t TestHasher::operator() ( const std::pair< int, int > &  p) const
inline

Definition at line 413 of file HashTest.cpp.

References folly::T.

413  {
414  return p.first + p.second;
415  }

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