gather.hpp
Go to the documentation of this file.
7 /**************************************************************************************************/ 24 /**************************************************************************************************/ 64 /**************************************************************************************************/ 68 /**************************************************************************************************/ 87 /**************************************************************************************************/ 108 /**************************************************************************************************/ 112 /**************************************************************************************************/ BidirectionalIterator stable_partition(BidirectionalIterator first, BidirectionalIterator last, Predicate pred) partition implementation Definition: partition.hpp:65 Definition: functional.hpp:26 std::pair< Iter, Iter > gather(Iter first, Iter last, Iter pivot, Pred pred) iterator-based gather implementation Definition: gather.hpp:78 |