MCPcopy Create free account
hub / github.com/build-cpp/cmkr / endl

Method endl

src/cmake_generator.cpp:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 explicit CommandEndl(std::stringstream &ss) : ss(ss) {
292 }
293 void endl() {
294 ss << '\n';
295 }
296};
297
298struct RawArg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected