Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Namespaces | |
namespace | adobe |
Functions | |
template<typename Iter, typename Pred> | |
std::pair< Iter, Iter > | gather (Iter first, Iter last, Iter pivot, Pred pred) |
iterator-based gather implementation | |
template<typename BidirectionalRange, typename Pred> | |
std::pair< typename boost::range_iterator< BidirectionalRange >::type, typename boost::range_iterator< BidirectionalRange >::type > | gather (BidirectionalRange &range, typename boost::range_iterator< BidirectionalRange >::type pivot, Pred pred) |
range-based gather implementation |