Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
gather.hpp File Reference
#include <algorithm>
#include <functional>
#include <boost/bind.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
Include dependency graph for gather.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...