llvm::iterator_facade_base::operator->

Return a proxy pointer to the current element.

Synopsis

Declared in <llvm/ADT/iterator.h>

PointerProxy
operator->() const;

Return Value

Proxy pointing to the current element.