WPILibC++ 2024.1.1-beta-4
wpi::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void > Struct Template Reference

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

Public Types

using Ty = PointerIntPair< PointerTy, IntBits, IntType >
 

Static Public Member Functions

static Ty getEmptyKey ()
 
static Ty getTombstoneKey ()
 
static unsigned getHashValue (Ty V)
 
static bool isEqual (const Ty &LHS, const Ty &RHS)
 

Member Typedef Documentation

◆ Ty

template<typename PointerTy , unsigned IntBits, typename IntType >
using wpi::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::Ty = PointerIntPair<PointerTy, IntBits, IntType>

Member Function Documentation

◆ getEmptyKey()

template<typename PointerTy , unsigned IntBits, typename IntType >
static Ty wpi::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

template<typename PointerTy , unsigned IntBits, typename IntType >
static unsigned wpi::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::getHashValue ( Ty  V)
inlinestatic

◆ getTombstoneKey()

template<typename PointerTy , unsigned IntBits, typename IntType >
static Ty wpi::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

template<typename PointerTy , unsigned IntBits, typename IntType >
static bool wpi::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::isEqual ( const Ty LHS,
const Ty RHS 
)
inlinestatic

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