Increment operators

Synopses

Declared in <llvm/ADT/ilist_iterator.h>

Move to the next node in iteration order.

Post‐increment to the next node.

ilist_iterator
operator++(int Unused);

Return Value

  • Reference to this iterator after advancing.

  • Copy of the iterator before advancing.

Parameters

Name

Description

Unused

Unused postfix‐discriminator parameter.

Created with MrDocs