Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
template <typename T, typename U, typename V, auto>
43
generator<T> fun() {
44
co_return 2;
45
}
46
47
int 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