Return true when LHS and RHS refer to the same position.
Synopsis
Declared in <llvm/ADT/IntervalTree.h>
bool
operator==(
find_iterator const& LHS,
find_iterator const& RHS);
Return Value
True if the iterators refer to the same position.
Parameters
Name |
Description |
LHS |
Left‐hand iterator. |
RHS |
Right‐hand iterator. |
Created with MrDocs