MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / Spacer

Class Spacer

extern/Catch2/catch.hpp:8660–8666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8658};
8659
8660class Spacer : public Column {
8661
8662public:
8663 explicit Spacer(size_t spaceWidth) : Column("") {
8664 width(spaceWidth);
8665 }
8666};
8667
8668class Columns {
8669 std::vector<Column> m_columns;

Callers 1

writeToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected