llvm::SplittingIterator::operator<=

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

Synopsis

Declared in <llvm/ADT/iterator.h>

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

Return Value

true if the left object is less than or equal to the right object, false otherwise

Parameters

NameDescription
RHSThe right operand