Increment operators

Synopses

Declared in <llvm/ADT/iterator.h>

Advance to the next defining access (or optimized clobber if enabled).

Post‐increment the iterator and return the previous value.

DerivedT
operator++(int Unused);

Return Value

  • Reference to this iterator.

  • A copy of the iterator before incrementing.

Parameters

Name

Description

Unused

Unused postfix‐discriminator parameter.

Created with MrDocs