Increment operators
Declared in <llvm/ADT/iterator.h>
Advance to the previous path component (preincrement).
reverse_iterator&
operator++();
» more...
Post-increment the iterator and return the previous value.
reverse_iterator
operator++(int Unused);
» more...
| Name | Description |
|---|---|
| Unused | Unused postfix-discriminator parameter. |