Return true if this iterator is greater than or equal to RHS.
Synopsis
Declared in <llvm/ADT/iterator.h>
bool
operator>=(DerivedT const& RHS) const;
Return Value
True if this iterator is greater than or equal to RHS.
Parameters
Name |
Description |
RHS |
Iterator to compare against. |
Created with MrDocs