|
| template (typename Rng, typename Value)(requires move_constructible< Value > AND viewable_range< Rng > AND input_range< Rng > AND indirectly_comparable< iterator_t< Rng > |
|
Value const constexpr equal_to auto | operator() (Rng &&rng, Value value) const |
|
| template (typename Rng, typename Value, typename Proj)(requires move_constructible< Value > AND viewable_range< Rng > AND input_range< Rng > AND indirectly_comparable< iterator_t< Rng > |
|
Value const constexpr Proj auto | operator() (Rng &&rng, Value value, Proj proj) const |
|
The documentation for this struct was generated from the following file: