WPILibC++ 2024.1.1-beta-4
wpi::DenseMapInfo< long long > Struct Reference

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

Static Public Member Functions

static long long getEmptyKey ()
 
static long long getTombstoneKey ()
 
static unsigned getHashValue (const long long &Val)
 
static bool isEqual (const long long &LHS, const long long &RHS)
 

Member Function Documentation

◆ getEmptyKey()

static long long wpi::DenseMapInfo< long long >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

static unsigned wpi::DenseMapInfo< long long >::getHashValue ( const long long &  Val)
inlinestatic

◆ getTombstoneKey()

static long long wpi::DenseMapInfo< long long >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

static bool wpi::DenseMapInfo< long long >::isEqual ( const long long &  LHS,
const long long &  RHS 
)
inlinestatic

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