Horizon
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ranges::views::cpp20_filter_base_fn Struct Reference

Given a source range and a unary predicate, present a view of the elements that satisfy the predicate. More...

#include <filter.hpp>

Inheritance diagram for ranges::views::cpp20_filter_base_fn:
ranges::views::cpp20_filter_fn ranges::views::filter_base_fn ranges::views::filter_fn

Public Member Functions

 template (typename Rng, typename Pred)(AND input_range< Rng > AND indirect_unary_predicate< Pred
 
iterator_t< Rng > constexpr filter_view< all_t< Rng >, Pred > operator() (Rng &&rng, Pred pred) const
 

Detailed Description

Given a source range and a unary predicate, present a view of the elements that satisfy the predicate.


The documentation for this struct was generated from the following file: