LLVM 20.0.0git
|
A proxy object for computing a pointer via indirecting a copy of a reference. More...
#include "llvm/ADT/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.
Definition at line 116 of file iterator.h.
|
inline |
Definition at line 125 of file iterator.h.