|
|
|
| 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) |
| |
- See also
-
| BidirectionalIterator adobe::partition |
( |
BidirectionalIterator |
first, |
|
|
BidirectionalIterator |
last, |
|
|
Predicate |
pred |
|
) |
| |
| boost::range_iterator<BidirectionalRange>::type adobe::partition |
( |
BidirectionalRange & |
range, |
|
|
Predicate |
pred |
|
) |
| |
| BidirectionalIterator adobe::stable_partition |
( |
BidirectionalIterator |
first, |
|
|
BidirectionalIterator |
last, |
|
|
Predicate |
pred |
|
) |
| |
| boost::range_iterator<BidirectionalRange>::type adobe::stable_partition |
( |
BidirectionalRange & |
range, |
|
|
Predicate |
pred |
|
) |
| |
|