WPILibC++ 2024.1.1-beta-4
wpi::DenseMapInfo< hash_code, void > Struct Reference

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

Static Public Member Functions

static hash_code getEmptyKey ()
 
static hash_code getTombstoneKey ()
 
static unsigned getHashValue (hash_code val)
 
static bool isEqual (hash_code LHS, hash_code RHS)
 

Member Function Documentation

◆ getEmptyKey()

static hash_code wpi::DenseMapInfo< hash_code, void >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

static unsigned wpi::DenseMapInfo< hash_code, void >::getHashValue ( hash_code  val)
inlinestatic

◆ getTombstoneKey()

static hash_code wpi::DenseMapInfo< hash_code, void >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

static bool wpi::DenseMapInfo< hash_code, void >::isEqual ( hash_code  LHS,
hash_code  RHS 
)
inlinestatic

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