| 13852 | } |
| 13853 | |
| 13854 | void ComputeCurrentValue() { |
| 13855 | if (!AtEnd()) |
| 13856 | current_value_ = ParamType(*current1_, *current2_); |
| 13857 | } |
| 13858 | bool AtEnd() const { |
| 13859 | // We must report iterator past the end of the range when either of the |
| 13860 | // component iterators has reached the end of its range. |
nothing calls this directly
no outgoing calls
no test coverage detected