llvm::iterator_facade_base::operator>

Return true if this iterator is greater than RHS.

Synopsis

Declared in <llvm/ADT/iterator.h>

bool
operator>(DerivedT const& RHS) const;

Return Value

True if this iterator is greater than RHS.

Parameters

NameDescription
RHSIterator to compare against.