LLVM: llvm::DenseMapInfo< std::pair< T, U > (original) (raw)

#include "[llvm/ADT/DenseMapInfo.h](DenseMapInfo%5F8h%5Fsource.html)"

Static Public Member Functions
static constexpr Pair getEmptyKey ()
static constexpr Pair getTombstoneKey ()
static unsigned getHashValue (const Pair &PairVal)
static unsigned getHashValuePiecewise (const T &First, const U &Second)
static bool isEqual (const Pair &LHS, const Pair &RHS)

template<typename T, typename U>
struct llvm::DenseMapInfo< std::pair< T, U > >

Definition at line 136 of file DenseMapInfo.h.

FirstInfo

template<typename T, typename U>

template<typename T, typename U>

SecondInfo

template<typename T, typename U>

getEmptyKey()

template<typename T, typename U>

getHashValue()

template<typename T, typename U>

getHashValuePiecewise()

template<typename T, typename U>

getTombstoneKey()

template<typename T, typename U>

isEqual()

template<typename T, typename U>


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