WPILibC++ 2023.4.3
|
This file defines the PointerIntPair class. More...
#include "wpi/Compiler.h"
#include "wpi/PointerLikeTypeTraits.h"
#include "wpi/type_traits.h"
#include <cassert>
#include <cstdint>
#include <limits>
Go to the source code of this file.
Classes | |
class | wpi::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > |
PointerIntPair - This class implements a pair of a pointer and small integer. More... | |
struct | wpi::PointerIntPairInfo< PointerT, IntBits, PtrTraits > |
struct | wpi::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void > |
struct | wpi::PointerLikeTypeTraits< PointerIntPair< PointerTy, IntBits, IntType, PtrTraits > > |
Namespaces | |
namespace | wpi |
/file This file defines the SmallVector class. | |
This file defines the PointerIntPair class.