| 5297 | bool m_suffix = false; |
| 5298 | |
| 5299 | iterator( Column const& column, size_t stringIndex ) |
| 5300 | : m_column( column ), |
| 5301 | m_stringIndex( stringIndex ) |
| 5302 | {} |
| 5303 | |
| 5304 | auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; } |
| 5305 |
nothing calls this directly
no outgoing calls
no test coverage detected