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

Class Spacer

extlibs/catch/include/catch/catch.hpp:8343–8349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8341};
8342
8343class Spacer : public Column {
8344
8345public:
8346 explicit Spacer(size_t spaceWidth) : Column("") {
8347 width(spaceWidth);
8348 }
8349};
8350
8351class Columns {
8352 std::vector<Column> m_columns;

Callers 1

writeToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected