WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::DenseMapInfo< T * > Struct Template Reference

#include <wpi/DenseMapInfo.h>

Static Public Member Functions

static T * getEmptyKey ()
 
static T * getTombstoneKey ()
 
static unsigned getHashValue (const T *PtrVal)
 
static bool isEqual (const T *LHS, const T *RHS)
 

Static Public Attributes

static constexpr uintptr_t Log2MaxAlign = 12
 

Member Function Documentation

◆ getEmptyKey()

template<typename T >
static T * wpi::DenseMapInfo< T * >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

template<typename T >
static unsigned wpi::DenseMapInfo< T * >::getHashValue ( const T * PtrVal)
inlinestatic

◆ getTombstoneKey()

template<typename T >
static T * wpi::DenseMapInfo< T * >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

template<typename T >
static bool wpi::DenseMapInfo< T * >::isEqual ( const T * LHS,
const T * RHS )
inlinestatic

Member Data Documentation

◆ Log2MaxAlign

template<typename T >
uintptr_t wpi::DenseMapInfo< T * >::Log2MaxAlign = 12
staticconstexpr

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