Access the character at offset Offset within this piece.

Synopses

Declared in <llvm/ADT/RewriteRope.h>

Access the character at offset Offset within this piece.

char const&
operator[](unsigned int Offset) const;

Access the character at offset Offset within this piece.

char&
operator[](unsigned int Offset);

Return Value

  • Const reference to the character at Offset.

  • Mutable reference to the character at Offset.

Parameters

Name

Description

Offset

Zero‐based offset relative to StartOffs.

Created with MrDocs