Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f1
Function
f1
tests/StdInitializerListTest.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
auto f1(int i)
11
{
12
return std::initializer_list<int>{i};
13
}
14
15
16
int main(int argc, const char*[])
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected