#include <wpi/DenseMapInfo.h>
◆ Info
◆ UnderlyingType
template<typename Enum >
using wpi::DenseMapInfo< Enum, std::enable_if_t< std::is_enum_v< Enum > > >::UnderlyingType = std::underlying_type_t<Enum> |
◆ getEmptyKey()
template<typename Enum >
static Enum wpi::DenseMapInfo< Enum, std::enable_if_t< std::is_enum_v< Enum > > >::getEmptyKey |
( |
| ) |
|
|
inlinestatic |
◆ getHashValue()
template<typename Enum >
static unsigned wpi::DenseMapInfo< Enum, std::enable_if_t< std::is_enum_v< Enum > > >::getHashValue |
( |
const Enum & | Val | ) |
|
|
inlinestatic |
◆ getTombstoneKey()
template<typename Enum >
static Enum wpi::DenseMapInfo< Enum, std::enable_if_t< std::is_enum_v< Enum > > >::getTombstoneKey |
( |
| ) |
|
|
inlinestatic |
◆ isEqual()
template<typename Enum >
static bool wpi::DenseMapInfo< Enum, std::enable_if_t< std::is_enum_v< Enum > > >::isEqual |
( |
const Enum & | LHS, |
|
|
const Enum & | RHS ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: