Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::view::cpp20_filter_fn Member List

This is the complete list of members for ranges::view::cpp20_filter_fn, including all inherited members.

operator()(Rng &&rng, Pred pred) const -> filter_view< all_t< Rng >, Pred > requires ViewableRange< Rng > &&InputRange< Rng > &&IndirectUnaryPredicate< Pred, iterator_t< Rng >> (defined in ranges::view::cpp20_filter_fn)ranges::view::cpp20_filter_fn