webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | Static Public Attributes | List of all members
WTF::IntHash< T > Struct Template Reference

#include <HashFunctions.h>

Static Public Member Functions

static unsigned hash (T key)
 
static bool equal (T a, T b)
 
static unsigned hash (T key)
 
static bool equal (T a, T b)
 
static unsigned hash (T key)
 
static bool equal (T a, T b)
 

Static Public Attributes

static const bool safeToCompareToEmptyOrDeleted = true
 

Member Function Documentation

◆ equal() [1/3]

template<typename T>
static bool WTF::IntHash< T >::equal ( T  a,
T  b 
)
inlinestatic

◆ equal() [2/3]

template<typename T>
static bool WTF::IntHash< T >::equal ( T  a,
T  b 
)
inlinestatic

◆ equal() [3/3]

template<typename T>
static bool WTF::IntHash< T >::equal ( T  a,
T  b 
)
inlinestatic

◆ hash() [1/3]

template<typename T>
static unsigned WTF::IntHash< T >::hash ( T  key)
inlinestatic

◆ hash() [2/3]

template<typename T>
static unsigned WTF::IntHash< T >::hash ( T  key)
inlinestatic

◆ hash() [3/3]

template<typename T>
static unsigned WTF::IntHash< T >::hash ( T  key)
inlinestatic

Member Data Documentation

◆ safeToCompareToEmptyOrDeleted

template<typename T>
static const bool WTF::IntHash< T >::safeToCompareToEmptyOrDeleted = true
static

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