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