| 6400 | bool m_suffix = false; |
| 6401 | |
| 6402 | iterator(Column const& column, size_t stringIndex) |
| 6403 | : m_column(column), |
| 6404 | m_stringIndex(stringIndex) {} |
| 6405 | |
| 6406 | auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; } |
| 6407 |
nothing calls this directly
no outgoing calls
no test coverage detected