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