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

An information struct used to provide DenseMap with the various necessary components for a given value type T. More...

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

Detailed Description

template<typename T, typename Enable = void>
struct wpi::DenseMapInfo< T, Enable >

An information struct used to provide DenseMap with the various necessary components for a given value type T.

Enable is an optional additional parameter that is used to support SFINAE (generally using std::enable_if_t) in derived DenseMapInfo specializations; in non-SFINAE use cases this should just be void.


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