WPILibC++ 2023.4.3
PointerIntPair.h File Reference

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.
 

Detailed Description

This file defines the PointerIntPair class.