| 6518 | return *this; |
| 6519 | } |
| 6520 | auto initialIndent(size_t newIndent) -> Column& { |
| 6521 | m_initialIndent = newIndent; |
| 6522 | return *this; |
| 6523 | } |
| 6524 | |
| 6525 | auto width() const -> size_t { return m_width; } |
| 6526 | auto begin() const -> iterator { return iterator(*this); } |
no outgoing calls
no test coverage detected