| 5414 | return *this; |
| 5415 | } |
| 5416 | auto initialIndent( size_t newIndent ) -> Column& { |
| 5417 | m_initialIndent = newIndent; |
| 5418 | return *this; |
| 5419 | } |
| 5420 | |
| 5421 | auto width() const -> size_t { return m_width; } |
| 5422 | auto begin() const -> iterator { return iterator( *this ); } |
no outgoing calls
no test coverage detected