MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Whitespace

Class Whitespace

tests/framework/src/doctest.cpp:2855–2860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2853 DOCTEST_REGISTER_REPORTER("junit", 0, JUnitReporter);
2854
2855 struct Whitespace
2856 {
2857 int nrSpaces;
2858 explicit Whitespace(int nr)
2859 : nrSpaces(nr) {}
2860 };
2861
2862 std::ostream& operator<<(std::ostream& out, const Whitespace& ws) {
2863 if(ws.nrSpaces != 0)

Callers 1

printHelpMethod · 0.85

Calls

no outgoing calls

Tested by 1

printHelpMethod · 0.68