Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
adjacent_filtered.hpp File Reference
Include dependency graph for adjacent_filtered.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::range_detail::skip_iterator< Iter, Pred, default_pass >
 
struct  boost::range_detail::adjacent_filtered_range< P, R, default_pass >
 
struct  boost::range_detail::adjacent_holder< T >
 
struct  boost::range_detail::adjacent_excl_holder< T >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::range_detail
 
 boost::adaptors
 

Functions

template<class ForwardRng , class BinPredicate >
adjacent_filtered_range
< BinPredicate, ForwardRng,
true > 
boost::range_detail::operator| (ForwardRng &r, const adjacent_holder< BinPredicate > &f)
 
template<class ForwardRng , class BinPredicate >
adjacent_filtered_range
< BinPredicate, const
ForwardRng, true > 
boost::range_detail::operator| (const ForwardRng &r, const adjacent_holder< BinPredicate > &f)
 
template<class ForwardRng , class BinPredicate >
adjacent_filtered_range
< BinPredicate, ForwardRng,
false > 
boost::range_detail::operator| (ForwardRng &r, const adjacent_excl_holder< BinPredicate > &f)
 
template<class ForwardRng , class BinPredicate >
adjacent_filtered_range
< BinPredicate, ForwardRng,
false > 
boost::range_detail::operator| (const ForwardRng &r, const adjacent_excl_holder< BinPredicate > &f)
 
template<class ForwardRng , class BinPredicate >
adjacent_filtered_range
< BinPredicate, ForwardRng,
true > 
boost::adaptors::adjacent_filter (ForwardRng &rng, BinPredicate filter_pred)
 
template<class ForwardRng , class BinPredicate >
adjacent_filtered_range
< BinPredicate, const
ForwardRng, true > 
boost::adaptors::adjacent_filter (const ForwardRng &rng, BinPredicate filter_pred)