MCPcopy 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
19class Magic {
20public:
21 Magic(std::initializer_list<int> list) {}
22};
23
24void func(std::initializer_list<int> list) {
25 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected