WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::DenseMapInfo< long long > Struct Reference

#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: