#include <algorithm>
#include <boost/bind.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
Go to the source code of this file.
|
template<typename Iter , typename Pred > |
std::pair< Iter, Iter > | gather (Iter first, Iter last, Iter pivot, Pred pred) |
|
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) |
|