llvm::operator+

Return an iterator n positions after i.

Synopsis

Declared in <llvm/ADT/iterator.h>

DerivedT
operator+(
    DifferenceTypeT n,
    DerivedT const& i);

Return Value

A copy of i advanced by n.

Parameters

NameDescription
nNumber of positions to move forward.
iIterator to offset from.