Increment operators
Synopses
Declared in <llvm/ADT/IntervalTree.h>
Advance to the next overlapping interval.
Advance to the next overlapping interval (post‐increment).
find_iterator
operator++(int Unused);
Return Value
-
Reference to this iterator after advancing.
-
Copy of the iterator before advancing.
Parameters
Name |
Description |
Unused |
Ignored post‐increment discriminator. |
Created with MrDocs