find_if_not
Visual Studio 2012
Returns the first element in the indicated range that does not satisfy a condition.
template<class InputIterator, class Predicate>
InputIterator find_if_not(
InputIterator _First,
InputIterator _Last,
BinaryPredicate _Comp
);