WTF::PairHash Struct Reference
#include <HashFunctions.h>
Static Public Member Functions | |
| static bool | equal (const std::pair< T, U > &a, const std::pair< T, U > &b) |
| static unsigned | hash (const std::pair< T, U > &p) |
Static Public Attributes | |
| static const bool | safeToCompareToEmptyOrDeleted |
Member Function Documentation
| static bool WTF::PairHash::equal | ( | const std::pair< T, U > & | a, |
| const std::pair< T, U > & | b | ||
| ) | [inline, static] |
Definition at line 140 of file HashFunctions.h.
| static unsigned WTF::PairHash::hash | ( | const std::pair< T, U > & | p | ) | [inline, static] |
Definition at line 136 of file HashFunctions.h.
Member Data Documentation
const bool WTF::PairHash::safeToCompareToEmptyOrDeleted [static] |
Initial value:
DefaultHash<T>::Hash::safeToCompareToEmptyOrDeleted
&& DefaultHash<U>::Hash::safeToCompareToEmptyOrDeleted
Definition at line 144 of file HashFunctions.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference