MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / Column

Method Column

unittests/catch.hpp:5405–5405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected