WPILibC++ 2024.3.2
|
A proxy object for computing a pointer via indirecting a copy of a reference. More...
#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/iterator.h>
Public Member Functions | |
PointerT | operator-> () const |
A proxy object for computing a pointer via indirecting a copy of a reference.
This is used in APIs which need to produce a pointer but for which the reference might be a temporary. The proxy preserves the reference internally and exposes the pointer via a arrow operator.
|
inline |