Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::adjacent_filter_base_fn Struct Reference
+ Inheritance diagram for ranges::views::adjacent_filter_base_fn:

Public Member Functions

template<typename Rng , typename Pred >
CPP_TEMPLATE_AUX_0 c (requires detail::adjacent_filter_constraints< Rng, Pred >) ccconstexpr adjacent_filter_view< all_t< Rng >
 
CPP_TEMPLATE_AUX_0 Pred operator() (Rng &&rng, Pred pred) const