Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

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

Detailed Description

See also

Function Documentation

◆ partition() [1/2]

template<class BidirectionalIterator, class Predicate>
BidirectionalIterator partition ( BidirectionalIterator first,
BidirectionalIterator last,
Predicate pred )

Definition at line 39 of file partition.hpp.

◆ partition() [2/2]

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

Definition at line 50 of file partition.hpp.

◆ stable_partition() [1/2]

template<class BidirectionalIterator, class Predicate>
BidirectionalIterator stable_partition ( BidirectionalIterator first,
BidirectionalIterator last,
Predicate pred )

Definition at line 61 of file partition.hpp.

◆ stable_partition() [2/2]

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

Definition at line 73 of file partition.hpp.