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

Function fun

tests/EduCoroutineSuspendNeverBoolTest.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template <typename T>
41generator<T> fun() {
42 for(;;) {
43 co_yield 2;
44 }
45}
46
47
48int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected