Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8343
class Spacer : public Column {
8344
8345
public:
8346
explicit Spacer(size_t spaceWidth) : Column(
""
) {
8347
width(spaceWidth);
8348
}
8349
};
8350
8351
class Columns {
8352
std::vector<Column> m_columns;
Callers
1
writeToStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected