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

#include <HashFunctions.h>

Static Public Member Functions

static unsigned hash (const std::pair< T, U > &p)
 
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 bool equal (const std::pair< T, U > &a, const std::pair< T, U > &b)
 
static unsigned hash (const std::pair< T, U > &p)
 
static bool equal (const std::pair< T, U > &a, const std::pair< T, U > &b)
 

Static Public Attributes

static const bool safeToCompareToEmptyOrDeleted = PairHash<T, U>::safeToCompareToEmptyOrDeleted
 

Member Function Documentation

◆ equal() [1/3]

template<typename T , typename U >
static bool WTF::IntPairHash< T, U >::equal ( const std::pair< T, U > &  a,
const std::pair< T, U > &  b 
)
inlinestatic

◆ equal() [2/3]

template<typename T , typename U >
static bool WTF::IntPairHash< T, U >::equal ( const std::pair< T, U > &  a,
const std::pair< T, U > &  b 
)
inlinestatic

◆ equal() [3/3]

template<typename T , typename U >
static bool WTF::IntPairHash< T, U >::equal ( const std::pair< T, U > &  a,
const std::pair< T, U > &  b 
)
inlinestatic

◆ hash() [1/3]

template<typename T , typename U >
static unsigned WTF::IntPairHash< T, U >::hash ( const std::pair< T, U > &  p)
inlinestatic

◆ hash() [2/3]

template<typename T , typename U >
static unsigned WTF::IntPairHash< T, U >::hash ( const std::pair< T, U > &  p)
inlinestatic

◆ hash() [3/3]

template<typename T , typename U >
static unsigned WTF::IntPairHash< T, U >::hash ( const std::pair< T, U > &  p)
inlinestatic

Member Data Documentation

◆ safeToCompareToEmptyOrDeleted

template<typename T , typename U >
static const bool WTF::IntPairHash< T, U >::safeToCompareToEmptyOrDeleted = PairHash<T, U>::safeToCompareToEmptyOrDeleted
static

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