#include <boost/concept_check.hpp>#include <boost/range/begin.hpp>#include <boost/range/end.hpp>#include <boost/range/concepts.hpp>#include <boost/range/detail/range_return.hpp>#include <algorithm>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::range | |
Functions | |
| template<class BidirectionalRange , class UnaryPredicate > | |
| BOOST_DEDUCED_TYPENAME range_iterator < BidirectionalRange >::type | boost::range::stable_partition (BidirectionalRange &rng, UnaryPredicate pred) |
| template function stable_partition More... | |
| template<class BidirectionalRange , class UnaryPredicate > | |
| BOOST_DEDUCED_TYPENAME range_iterator< const BidirectionalRange >::type | boost::range::stable_partition (const BidirectionalRange &rng, UnaryPredicate pred) |
| template<range_return_value re, class BidirectionalRange , class UnaryPredicate > | |
| BOOST_DEDUCED_TYPENAME range_return < BidirectionalRange, re > ::type | boost::range::stable_partition (BidirectionalRange &rng, UnaryPredicate pred) |
| template<range_return_value re, class BidirectionalRange , class UnaryPredicate > | |
| BOOST_DEDUCED_TYPENAME range_return< const BidirectionalRange, re >::type | boost::range::stable_partition (const BidirectionalRange &rng, UnaryPredicate pred) |