| 13466 | } |
| 13467 | |
| 13468 | void ComputeCurrentValue() { |
| 13469 | if (!AtEnd()) |
| 13470 | current_value_ = ParamType(*current1_, *current2_); |
| 13471 | } |
| 13472 | bool AtEnd() const { |
| 13473 | // We must report iterator past the end of the range when either of the |
| 13474 | // component iterators has reached the end of its range. |
nothing calls this directly
no outgoing calls
no test coverage detected