Return true if this iterator is greater than or equal to RHS.
RHS.
Declared in <llvm/ADT/iterator.h>
<llvm/ADT/iterator.h>
bool operator>=(reverse_iterator const& RHS) const;
true if the left object is greater than or equal to the right object, false otherwise
true
false