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

Class Spacer

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

Source from the content-addressed store, hash-verified

5444 };
5445
5446 class Spacer : public Column {
5447
5448 public:
5449 explicit Spacer( size_t spaceWidth ) : Column( "" ) {
5450 width( spaceWidth );
5451 }
5452 };
5453
5454 class Columns {
5455 std::vector<Column> m_columns;

Callers 1

writeToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected