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_fn
 Given a source range and a unary predicate, present a view of the elements that satisfy the predicate. More...
 
struct  ranges::views::filter_fn
 Given a source range, unary predicate, and optional projection, present a view of the elements that satisfy the predicate. More...
 

Typedefs

template<typename V , typename Pred >
using ranges::cpp20::filter_view = ranges::filter_view< V, Pred >
 

Variables

constexpr ranges::views::view< ranges::views::cpp20_filter_fnranges::cpp20::views::filter {}