MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Spacer

Class Spacer

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5247–5253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5245};
5246
5247class Spacer : public Column {
5248
5249public:
5250 explicit Spacer(size_t spaceWidth) : Column("") {
5251 width(spaceWidth);
5252 }
5253};
5254
5255class Columns {
5256 std::vector<Column> m_columns;

Callers 1

writeToStreamMethod · 0.85

Calls

no outgoing calls

Tested by 1

writeToStreamMethod · 0.68