MCPcopy 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
6768class Spacer : public Column {
6769
6770public:
6771 explicit Spacer(size_t spaceWidth) : Column("") {
6772 width(spaceWidth);
6773 }
6774};
6775
6776class Columns {
6777 std::vector<Column> m_columns;

Callers 1

writeToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected