Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ Spacer
Class
Spacer
tutorials/external/catch.hpp:6768–6774 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6766
};
6767
6768
class Spacer : public Column {
6769
6770
public:
6771
explicit Spacer(size_t spaceWidth) : Column(
""
) {
6772
width(spaceWidth);
6773
}
6774
};
6775
6776
class Columns {
6777
std::vector<Column> m_columns;
Callers
1
writeToStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected