Increment operators
Synopses
Declared in <llvm/ADT/STLExtras.h>
Complete the early‐increment step after a dereference.
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