WPILibC++ 2025.2.1
|
A proxy object for computing a pointer via indirecting a copy of a reference. More...
#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 |