stlab.adobe.com Adobe Systems Incorporated

Functions

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)
 

Detailed Description

See also

Function Documentation

◆ partition() [1/2]

BidirectionalIterator adobe::partition ( BidirectionalIterator  first,
BidirectionalIterator  last,
Predicate  pred 
)

partition implementation

Definition at line 41 of file partition.hpp.

◆ partition() [2/2]

boost::range_iterator<BidirectionalRange>::type adobe::partition ( BidirectionalRange &  range,
Predicate  pred 
)

partition implementation

Definition at line 53 of file partition.hpp.

◆ stable_partition() [1/2]

BidirectionalIterator adobe::stable_partition ( BidirectionalIterator  first,
BidirectionalIterator  last,
Predicate  pred 
)

partition implementation

Definition at line 65 of file partition.hpp.

◆ stable_partition() [2/2]

boost::range_iterator<BidirectionalRange>::type adobe::stable_partition ( BidirectionalRange &  range,
Predicate  pred 
)

partition implementation

Definition at line 77 of file partition.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google