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