#include <adobe/config.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/bind.hpp>
#include <algorithm>
Go to the source code of this file.
|
template<class BidirectionalIterator , class Predicate > |
BidirectionalIterator | partition (BidirectionalIterator first, BidirectionalIterator last, Predicate pred) |
|
template<class BidirectionalRange , class Predicate > |
boost::range_iterator< BidirectionalRange >::type | partition (BidirectionalRange &range, Predicate pred) |
|
template<class BidirectionalIterator , class Predicate > |
BidirectionalIterator | stable_partition (BidirectionalIterator first, BidirectionalIterator last, Predicate pred) |
|
template<class BidirectionalRange , class Predicate > |
boost::range_iterator< BidirectionalRange >::type | stable_partition (BidirectionalRange &range, Predicate pred) |
|