#include <algorithm>#include <functional>#include <boost/bind.hpp>#include <boost/range/begin.hpp>#include <boost/range/end.hpp>
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::algorithm | |
Functions | |
| template<typename BidirectionalIterator , typename Pred > | |
| std::pair < BidirectionalIterator, BidirectionalIterator > | boost::algorithm::gather (BidirectionalIterator first, BidirectionalIterator last, BidirectionalIterator pivot, Pred pred) |
| iterator-based gather implementation More... | |
| template<typename BidirectionalRange , typename Pred > | |
| std::pair< typename boost::range_iterator< const BidirectionalRange >::type, typename boost::range_iterator < const BidirectionalRange > ::type > | boost::algorithm::gather (const BidirectionalRange &range, typename boost::range_iterator< const BidirectionalRange >::type pivot, Pred pred) |
| range-based gather implementation More... | |