Find the partition point in a sequence. More...
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::algorithm | |
Functions | |
template<typename ForwardIterator , typename Predicate > | |
ForwardIterator | boost::algorithm::partition_point (ForwardIterator first, ForwardIterator last, Predicate p) |
Given a partitioned range, returns the partition point, i.e, the first element that does not satisfy p. More... | |
template<typename Range , typename Predicate > | |
boost::range_iterator< Range > | boost::algorithm::partition_point (Range &r, Predicate p) |
Given a partitioned range, returns the partition point. More... | |
Find the partition point in a sequence.