ΒΆtemplate <typename R, typename UnaryPredicate>
bool all_of(R&& range, UnaryPredicate P)
template <typename R, typename UnaryPredicate>
bool all_of(R&& range, UnaryPredicate P)
Description
Provide wrappers to std::all_of which take ranges instead of having to pass begin/end explicitly.
Declared at: llvm/include/llvm/ADT/STLExtras.h:521
Templates
- R
- UnaryPredicate
Parameters
- R&& range
- UnaryPredicate P