WPILibC++ 2024.1.1-beta-4
wpi::DenseMapInfo< T * > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/DenseMapInfo.h>

Static Public Member Functions

static T * getEmptyKey ()
 
static T * getTombstoneKey ()
 
static unsigned getHashValue (const T *PtrVal)
 
static bool isEqual (const T *LHS, const T *RHS)
 

Static Public Attributes

static constexpr uintptr_t Log2MaxAlign = 12
 

Member Function Documentation

◆ getEmptyKey()

template<typename T >
static T * wpi::DenseMapInfo< T * >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

template<typename T >
static unsigned wpi::DenseMapInfo< T * >::getHashValue ( const T *  PtrVal)
inlinestatic

◆ getTombstoneKey()

template<typename T >
static T * wpi::DenseMapInfo< T * >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

template<typename T >
static bool wpi::DenseMapInfo< T * >::isEqual ( const T *  LHS,
const T *  RHS 
)
inlinestatic

Member Data Documentation

◆ Log2MaxAlign

template<typename T >
constexpr uintptr_t wpi::DenseMapInfo< T * >::Log2MaxAlign = 12
staticconstexpr

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