|
template<typename Pred , typename Proj > |
CPP_TEMPLATE_AUX_0 | c (requires `(!range< Pred >)) ccconstexpr auto operator()(Pred pred |
|
template<typename Pred > |
constexpr auto | operator() (Pred pred) const |
|
template<typename Rng , typename Pred , typename Proj > |
CPP_TEMPLATE_AUX_0 | c (requires ` viewable_range< Rng > &&input_range< Rng > &&indirect_unary_predicate< Pred, projected< iterator_t< Rng >, Proj >>) ccconstexpr filter_view< all_t< Rng > |
|
CPP_TEMPLATE_AUX_0 composed< Pred, Proj > | operator() (Rng &&rng, Pred pred, Proj proj) const |
|
template<typename Rng , typename Pred > |
CPP_TEMPLATE_AUX_0 | c (requires ` viewable_range< Rng > &&input_range< Rng > &&indirect_unary_predicate< Pred, iterator_t< Rng >>) ccconstexpr filter_view< all_t< Rng > |
|
CPP_TEMPLATE_AUX_0 Pred | operator() (Rng &&rng, Pred pred) const |
|