Test ranges to see if any 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::any_of (InputIterator first, InputIterator last, Predicate p) | 
| template<typename Range , typename Predicate > | |
| bool | boost::algorithm::any_of (const Range &r, Predicate p) | 
| template<typename InputIterator , typename V > | |
| bool | boost::algorithm::any_of_equal (InputIterator first, InputIterator last, const V &val) | 
| template<typename Range , typename V > | |
| bool | boost::algorithm::any_of_equal (const Range &r, const V &val) | 
Test ranges to see if any elements match a value or predicate.