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