Decrement operators
Synopses
Declared in <llvm/ADT/iterator.h>
Pre‐decrement the iterator.
DerivedT&
operator‐‐();
Post‐decrement the iterator and return the previous value.
DerivedT
operator‐‐(int Unused);
Return Value
-
Reference to this iterator after decrementing.
-
A copy of the iterator before decrementing.
Parameters
Name |
Description |
Unused |
Unused postfix‐discriminator parameter. |
Created with MrDocs