WPILibC++ 2024.1.1-beta-4
wpi::DenseMapInfo< std::pair< T, U > > Struct Template Reference

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

Public Types

using Pair = std::pair< T, U >
 
using FirstInfo = DenseMapInfo< T >
 
using SecondInfo = DenseMapInfo< U >
 

Static Public Member Functions

static Pair getEmptyKey ()
 
static Pair getTombstoneKey ()
 
static unsigned getHashValue (const Pair &PairVal)
 
static unsigned getHashValuePiecewise (const T &First, const U &Second)
 
static bool isEqual (const Pair &LHS, const Pair &RHS)
 

Member Typedef Documentation

◆ FirstInfo

template<typename T , typename U >
using wpi::DenseMapInfo< std::pair< T, U > >::FirstInfo = DenseMapInfo<T>

◆ Pair

template<typename T , typename U >
using wpi::DenseMapInfo< std::pair< T, U > >::Pair = std::pair<T, U>

◆ SecondInfo

template<typename T , typename U >
using wpi::DenseMapInfo< std::pair< T, U > >::SecondInfo = DenseMapInfo<U>

Member Function Documentation

◆ getEmptyKey()

template<typename T , typename U >
static Pair wpi::DenseMapInfo< std::pair< T, U > >::getEmptyKey ( )
inlinestatic

◆ getHashValue()

template<typename T , typename U >
static unsigned wpi::DenseMapInfo< std::pair< T, U > >::getHashValue ( const Pair PairVal)
inlinestatic

◆ getHashValuePiecewise()

template<typename T , typename U >
static unsigned wpi::DenseMapInfo< std::pair< T, U > >::getHashValuePiecewise ( const T &  First,
const U &  Second 
)
inlinestatic

◆ getTombstoneKey()

template<typename T , typename U >
static Pair wpi::DenseMapInfo< std::pair< T, U > >::getTombstoneKey ( )
inlinestatic

◆ isEqual()

template<typename T , typename U >
static bool wpi::DenseMapInfo< std::pair< T, U > >::isEqual ( const Pair LHS,
const Pair RHS 
)
inlinestatic

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