Find the first element in a sequence that does not satisfy a predicate. More...
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::algorithm | |
Functions | |
template<typename InputIterator , typename Predicate > | |
InputIterator | boost::algorithm::find_if_not (InputIterator first, InputIterator last, Predicate p) |
Finds the first element in the sequence that does not satisfy the predicate. More... | |
template<typename Range , typename Predicate > | |
boost::range_iterator< const Range >::type | boost::algorithm::find_if_not (const Range &r, Predicate p) |
Finds the first element in the sequence that does not satisfy the predicate. More... | |
Find the first element in a sequence that does not satisfy a predicate.