|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
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 | |
| BidirectionalIterator partition | ( | BidirectionalIterator | first, |
| BidirectionalIterator | last, | ||
| Predicate | pred ) |
Definition at line 39 of file partition.hpp.
| boost::range_iterator< BidirectionalRange >::type partition | ( | BidirectionalRange & | range, |
| Predicate | pred ) |
Definition at line 50 of file partition.hpp.
| BidirectionalIterator stable_partition | ( | BidirectionalIterator | first, |
| BidirectionalIterator | last, | ||
| Predicate | pred ) |
Definition at line 61 of file partition.hpp.
| boost::range_iterator< BidirectionalRange >::type stable_partition | ( | BidirectionalRange & | range, |
| Predicate | pred ) |
Definition at line 73 of file partition.hpp.