Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
int 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
magic
Function · 0.85
printf1
Function · 0.85
printf2
Function · 0.85
Tested by
no test coverage detected