Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
partition.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  adobe

Functions

template<class BidirectionalIterator, class Predicate>
BidirectionalIterator partition (BidirectionalIterator first, BidirectionalIterator last, Predicate pred)
 partition implementation
template<class BidirectionalRange, class Predicate>
boost::range_iterator< BidirectionalRange >::type partition (BidirectionalRange &range, Predicate pred)
 partition implementation
template<class BidirectionalIterator, class Predicate>
BidirectionalIterator stable_partition (BidirectionalIterator first, BidirectionalIterator last, Predicate pred)
 partition implementation
template<class BidirectionalRange, class Predicate>
boost::range_iterator< BidirectionalRange >::type stable_partition (BidirectionalRange &range, Predicate pred)
 partition implementation