| 5397 | &m_column == &other.m_column; |
| 5398 | } |
| 5399 | auto operator !=( iterator const& other ) const -> bool { |
| 5400 | return !operator==( other ); |
| 5401 | } |
| 5402 | }; |
| 5403 | using const_iterator = iterator; |
| 5404 |
nothing calls this directly
no outgoing calls
no test coverage detected