WTF
WTF::PtrHash< T > Struct Template Reference
#include <HashFunctions.h>
Inheritance diagram for WTF::PtrHash< T >:

Static Public Member Functions | |
static bool | equal (T a, T b) |
static unsigned | hash (T key) |
Static Public Attributes | |
static const bool | safeToCompareToEmptyOrDeleted = true |
Detailed Description
template<typename T>
struct WTF::PtrHash< T >
Definition at line 107 of file HashFunctions.h.
Member Function Documentation
template<typename T >
static bool WTF::PtrHash< T >::equal | ( | T | a, | |
T | b | |||
) | [inline, static] |
Definition at line 119 of file HashFunctions.h.
template<typename T >
static unsigned WTF::PtrHash< T >::hash | ( | T | key | ) | [inline, static] |
Definition at line 108 of file HashFunctions.h.
Member Data Documentation
template<typename T >
const bool WTF::PtrHash< T >::safeToCompareToEmptyOrDeleted = true [static] |
Definition at line 120 of file HashFunctions.h.
The documentation for this struct was generated from the following file: