| 5403 | using const_iterator = iterator; |
| 5404 | |
| 5405 | explicit Column( std::string const& text ) { m_strings.push_back( text ); } |
| 5406 | |
| 5407 | auto width( size_t newWidth ) -> Column& { |
| 5408 | assert( newWidth > 0 ); |
nothing calls this directly
no outgoing calls
no test coverage detected