| 450 | } |
| 451 | |
| 452 | RangeIterator end() const { |
| 453 | Diff steps = stepsBetween(m_start, m_end); |
| 454 | RangeIterator res(m_start, m_end, m_diff); |
| 455 | res += steps; |
| 456 | return res; |
| 457 | } |
| 458 | |
| 459 | private: |
| 460 | void copy(RangeIterator const& copy) { |
no outgoing calls
no test coverage detected