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

Function fun

tests/EduCoroutineFunctionTemplateTest.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <typename T, typename U, typename V, auto>
43generator<T> fun() {
44 co_return 2;
45}
46
47int main() {
48 auto dbl = fun<int, char, unsigned int, 3.14>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected