Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f
Function
f
tests/StdInitializerListTest.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <initializer_list>
4
5
auto f(int i, int j, int k)
6
{
7
return std::initializer_list<int>{i, j, k};
8
}
9
10
auto f1(int i)
11
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected