Return an iterator to the first element of Range for which P is false.

Synopsis

Declared in <llvm/ADT/STLExtras.h>

template<
    typename R,
    typename UnaryPredicate>
auto
find_if_not(
    R&& Range,
    UnaryPredicate P);

Created with MrDocs