Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ Magic
Class
Magic
code/2/2.5.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
};
18
19
class Magic {
20
public:
21
Magic(std::initializer_list<int> list) {}
22
};
23
24
void func(std::initializer_list<int> list) {
25
return;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected