ΒΆtemplate <typename... ArgsAndPredicate>
bool all_of_zip(
ArgsAndPredicate&&... argsAndPredicate)
template <typename... ArgsAndPredicate>
bool all_of_zip(
ArgsAndPredicate&&... argsAndPredicate)
Description
Compare two zipped ranges using the provided predicate (as last argument). Return true if all elements satisfy the predicate and false otherwise.
Declared at: llvm/include/llvm/ADT/STLExtras.h:2115
Templates
- ArgsAndPredicate
Parameters
- ArgsAndPredicate&&... argsAndPredicate