|
template<typename Rng , typename Value > |
CPP_TEMPLATE_AUX_0 | c (requires move_constructible< Value > &&viewable_range< Rng > &&input_range< Rng > &&indirectly_comparable< iterator_t< Rng >, Value const *, equal_to >) ccconstexpr auto operator()(Rng &&rng |
|
template<typename Rng , typename Value , typename Proj > |
CPP_TEMPLATE_AUX_0 | c (requires move_constructible< Value > &&viewable_range< Rng > &&input_range< Rng > &&indirectly_comparable< iterator_t< Rng >, Value const *, equal_to, Proj >) ccconstexpr auto operator()(Rng &&rng |
|