Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8660
class Spacer : public Column {
8661
8662
public:
8663
explicit Spacer(size_t spaceWidth) : Column(
""
) {
8664
width(spaceWidth);
8665
}
8666
};
8667
8668
class Columns {
8669
std::vector<Column> m_columns;
Callers
1
writeToStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected