llvm::SplittingIterator::operator>=

Return true if this iterator is greater than or equal to RHS.

Synopsis

Declared in <llvm/ADT/iterator.h>

bool
operator>=(SplittingIterator const& RHS) const;

Return Value

True if this iterator is greater than or equal to RHS.

Parameters

NameDescription
RHSIterator to compare against.