MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/Issue679.cpp:72–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72int main()
73{
74 auto generator = Generator();
75 while (const char* item = generator.next()) {
76 std::cout << item;
77 }
78 std::cout << std::endl;
79
80 return 0;
81}

Callers

nothing calls this directly

Calls 2

GeneratorFunction · 0.85
nextMethod · 0.80

Tested by

no test coverage detected