WPILibC++ 2025.2.1
|
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 <cstring>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | wpi |
Foonathan namespace. | |
namespace | wpi::detail |
These are wrappers over isa* function that allow them to be used in generic algorithms such as wpi:all_of , wpi::none_of , etc. | |
namespace | std |
Implement std::hash so that hash_code can be used in STL containers. | |
Functions | |
template<std::size_t I, typename PointerTy , unsigned IntBits, typename IntType , typename PtrTraits , typename Info > | |
decltype(auto) | wpi::get (const PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > &Pair) |
This file defines the PointerIntPair class.