Test ranges to see if no elements match a value or predicate. More...
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::algorithm | |
Functions | |
template<typename InputIterator , typename Predicate > | |
bool | boost::algorithm::none_of (InputIterator first, InputIterator last, Predicate p) |
template<typename Range , typename Predicate > | |
bool | boost::algorithm::none_of (const Range &r, Predicate p) |
template<typename InputIterator , typename V > | |
bool | boost::algorithm::none_of_equal (InputIterator first, InputIterator last, const V &val) |
template<typename Range , typename V > | |
bool | boost::algorithm::none_of_equal (const Range &r, const V &val) |
Test ranges to see if no elements match a value or predicate.