WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::DenseMapInfo< hash_code, void > Struct Reference

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