| 8423 | bool m_suffix = false; |
| 8424 | |
| 8425 | iterator(Column const& column, size_t stringIndex) |
| 8426 | : m_column(column), |
| 8427 | m_stringIndex(stringIndex) {} |
| 8428 | |
| 8429 | auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; } |
| 8430 |
nothing calls this directly
no outgoing calls
no test coverage detected