MCPcopy Create free account
hub / github.com/changkun/modern-cpp-tutorial / main

Function main

code/2/2.6.cpp:63–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int main() {
64
65 std::vector<std::vector<int>> wow; // 注意尖括号
66
67 NewType<int> t;
68
69 magic();
70 magic(1);
71 magic(1,"");
72
73 printf1(1, 2.3, "abc");
74 printf2(1, 2.3, "abc");
75 return 0;
76}

Callers

nothing calls this directly

Calls 3

magicFunction · 0.85
printf1Function · 0.85
printf2Function · 0.85

Tested by

no test coverage detected