![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::partition_point — Given a partitioned range, returns the partition point.
// In header: <boost/algorithm/cxx11/partition_point.hpp> template<typename Range, typename Predicate> boost::range_iterator< Range >::type partition_point(Range & r, Predicate p);