llvm::equal

Return whether corresponding elements of LRange and RRange are equal according to P.

Synopsis

Declared in <llvm/ADT/STLExtras.h>

template<
    typename L,
    typename R,
    typename BinaryPredicate>
bool
equal(
    L&& LRange,
    R&& RRange,
    BinaryPredicate P);