| 8630 | return *this; |
| 8631 | } |
| 8632 | auto initialIndent(size_t newIndent) -> Column& { |
| 8633 | m_initialIndent = newIndent; |
| 8634 | return *this; |
| 8635 | } |
| 8636 | |
| 8637 | auto width() const -> size_t { return m_width; } |
| 8638 | auto begin() const -> iterator { return iterator(*this); } |
no outgoing calls
no test coverage detected