Post-increment the iterator and return the previous value.
Declared in <llvm/ADT/iterator.h>
Increment operator
reverse_iterator&
operator++();
» more...
Post-increment the iterator and return the previous value.
reverse_iterator
operator++(int);
» more...