ΒΆtemplate <typename R, typename UnaryPredicate>
auto find_if_not(R&& Range, UnaryPredicate P)
template <typename R, typename UnaryPredicate>
auto find_if_not(R&& Range, UnaryPredicate P)
Declared at: llvm/include/llvm/ADT/STLExtras.h:1649
Templates
- R
- UnaryPredicate
Parameters
- R&& Range
- UnaryPredicate P