Range-v3
Range algorithms, views, and actions for the Standard Library
filter.hpp File Reference

Classes

struct  ranges::filter_view< Rng, Pred >
 
struct  ranges::views::cpp20_filter_base_fn
 Given a source range and a unary predicate, present a view of the elements that satisfy the predicate. More...
 
struct  ranges::views::cpp20_filter_fn
 
struct  ranges::views::filter_base_fn
 Given a source range, unary predicate, and optional projection, present a view of the elements that satisfy the predicate. More...
 
struct  ranges::views::filter_fn
 

Functions

template<typename V , typename Pred >
 ranges::cpp20::CPP_TEMPLATE_AUX_0 (requires input_range< V > &&indirect_unary_predicate< Pred, iterator_t< V >> &&view_< V > &&std::is_object< Pred >::value) using filter_view
 

Variables

constexpr ranges::views::cpp20_filter_fn ranges::cpp20::views::filter {}