Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
filtered.hpp File Reference
#include <boost/range/adaptor/argument_fwd.hpp>
#include <boost/range/detail/default_constructible_unary_fn.hpp>
#include <boost/range/iterator_range.hpp>
#include <boost/range/concepts.hpp>
#include <boost/iterator/filter_iterator.hpp>
Include dependency graph for filtered.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::range_detail::filtered_range< P, R >
 
struct  boost::range_detail::filter_holder< T >
 

Namespaces

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

Functions

template<class ForwardRange , class Predicate >
filtered_range< Predicate,
ForwardRange > 
boost::range_detail::operator| (ForwardRange &r, const filter_holder< Predicate > &f)
 
template<class ForwardRange , class Predicate >
filtered_range< Predicate,
const ForwardRange > 
boost::range_detail::operator| (const ForwardRange &r, const filter_holder< Predicate > &f)
 
template<class ForwardRange , class Predicate >
filtered_range< Predicate,
ForwardRange > 
boost::adaptors::filter (ForwardRange &rng, Predicate filter_pred)
 
template<class ForwardRange , class Predicate >
filtered_range< Predicate,
const ForwardRange > 
boost::adaptors::filter (const ForwardRange &rng, Predicate filter_pred)