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 the left object is greater than or equal to the right object, false otherwise

Parameters

Name

Description

RHS

The right operand

Created with MrDocs