llvm::iterator_facade_base::operator-

Retreat the iterator by n and return the result.

Synopsis

Declared in <llvm/ADT/iterator.h>

DerivedT
operator-(DifferenceTypeT n) const;

Return Value

A copy of this iterator retreated by n.

Parameters

NameDescription
nNumber of positions to move backward.