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