Horizon
|
Given a source range, unary predicate, and optional projection, present a view of the elements that satisfy the predicate. More...
#include <filter.hpp>
Public Member Functions | |
template (typename Rng, typename Pred, typename Proj)(AND input_range< Rng > AND indirect_unary_predicate< Pred | |
projected< iterator_t< Rng >, Proj > constexpr filter_view< all_t< Rng >, composed< Pred, Proj > > | operator() (Rng &&rng, Pred pred, Proj proj) const |
![]() | |
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 |
Given a source range, unary predicate, and optional projection, present a view of the elements that satisfy the predicate.