| 5486 | } |
| 5487 | |
| 5488 | auto operator ==( iterator const& other ) const -> bool { |
| 5489 | return m_iterators == other.m_iterators; |
| 5490 | } |
| 5491 | auto operator !=( iterator const& other ) const -> bool { |
| 5492 | return m_iterators != other.m_iterators; |
| 5493 | } |
nothing calls this directly
no outgoing calls
no test coverage detected