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

Method CommandEndl

src/cmake_generator.cpp:291–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected