|
|
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
-
§ partition() [1/2]
BidirectionalIterator adobe::partition |
( |
BidirectionalIterator |
first, |
|
|
BidirectionalIterator |
last, |
|
|
Predicate |
pred |
|
) |
| |
§ partition() [2/2]
boost::range_iterator<BidirectionalRange>::type adobe::partition |
( |
BidirectionalRange & |
range, |
|
|
Predicate |
pred |
|
) |
| |
§ stable_partition() [1/2]
BidirectionalIterator adobe::stable_partition |
( |
BidirectionalIterator |
first, |
|
|
BidirectionalIterator |
last, |
|
|
Predicate |
pred |
|
) |
| |
§ stable_partition() [2/2]
boost::range_iterator<BidirectionalRange>::type adobe::stable_partition |
( |
BidirectionalRange & |
range, |
|
|
Predicate |
pred |
|
) |
| |
|