proxygen
PairHash Struct Reference

Public Member Functions

size_t operator() (const std::pair< uint64_t, uint64_t > &pr) const
 

Detailed Description

Definition at line 246 of file AtomicUnorderedMapTest.cpp.

Member Function Documentation

size_t PairHash::operator() ( const std::pair< uint64_t, uint64_t > &  pr) const
inline

Definition at line 247 of file AtomicUnorderedMapTest.cpp.

247  {
248  return pr.first ^ pr.second;
249  }

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