ΒΆtemplate <typename L, typename R>
bool equal(L&& LRange, R&& RRange)
template <typename L, typename R>
bool equal(L&& LRange, R&& RRange)
Description
Wrapper function around std::equal to detect if pair-wise elements between two ranges are the same.
Declared at: llvm/include/llvm/ADT/STLExtras.h:1785
Templates
- L
- R
Parameters
- L&& LRange
- R&& RRange