MCPcopy 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

19class Magic {
20public:
21 Magic(std::initializer_list<int> list) {}
22};
23
24void func(std::initializer_list<int> list) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected