Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ func
Function
func
code/2/2.5.cpp:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
void func(std::initializer_list<int> list) {
25
return;
26
}
27
28
int main() {
29
int arr[3] = {1,2,3}; // 列表初始化
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected