MCPcopy 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
24void func(std::initializer_list<int> list) {
25 return;
26}
27
28int main() {
29 int arr[3] = {1,2,3}; // 列表初始化

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected