Return true if LHS and RHS refer to the same node.

Synopsis

Declared in <llvm/ADT/ilist_iterator.h>

bool
operator==(
    ilist_iterator_w_bits const& LHS,
    ilist_iterator_w_bits const& RHS);

Return Value

True if LHS and RHS refer to the same node.

Parameters

Name

Description

LHS

Left‐hand iterator.

RHS

Right‐hand iterator.

Created with MrDocs