|
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 |
|
template<typename Value , typename Proj > |
| CPP_TEMPLATE_AUX_0 (requires(!range< Value >)) const expr auto operator()(Value &&value |
|
template<typename Value > |
constexpr auto | operator() (Value value) const |
|
CPP_TEMPLATE_AUX_0 Value value | const |
|
CPP_TEMPLATE_AUX_0 Value Proj proj | const |
|
CPP_TEMPLATE_AUX_0 Value | value |
|
Proj proj | const |
|