| 8311 | return *this; |
| 8312 | } |
| 8313 | auto initialIndent(size_t newIndent) -> Column& { |
| 8314 | m_initialIndent = newIndent; |
| 8315 | return *this; |
| 8316 | } |
| 8317 | |
| 8318 | auto width() const -> size_t { return m_width; } |
| 8319 | auto begin() const -> iterator { return iterator(*this); } |
no outgoing calls
no test coverage detected