Return a proxy to the element at offset n.

Synopsis

Declared in <llvm/ADT/iterator.h>

ReferenceProxy
operator[](DifferenceTypeT n) const;

Return Value

Proxy to the element at offset n.

Parameters

Name

Description

n

Offset from the current position.

Created with MrDocs