![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::is_partitioned — Tests to see if a sequence is partitioned according to a predicate.
// In header: <boost/algorithm/cxx11/is_partitioned.hpp> template<typename InputIterator, typename UnaryPredicate> bool is_partitioned(InputIterator first, InputIterator last, UnaryPredicate p);