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

Function fun

tests/EduCoroutineSuspendNeverTest.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template <typename T>
34generator<T> fun() {
35 for(;;) {
36 co_yield 2;
37 }
38}
39
40
41int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected