llvm::sys::path::reverse_iterator::operator++

Post-increment the iterator and return the previous value.

Synopses

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...