Tell if a sequence is partitioned. More...

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::algorithm | |
Functions | |
| template<typename InputIterator , typename UnaryPredicate > | |
| bool | boost::algorithm::is_partitioned (InputIterator first, InputIterator last, UnaryPredicate p) |
| Tests to see if a sequence is partitioned according to a predicate. More... | |
| template<typename Range , typename UnaryPredicate > | |
| bool | boost::algorithm::is_partitioned (const Range &r, UnaryPredicate p) |
| Generates an increasing sequence of values, and stores them in the input Range. More... | |
Tell if a sequence is partitioned.