Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/StaticAndTemplatesTest.cpp:15–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
int main()
16
{
17
int a=1, b=2;
18
19
int mi = min(a, b);
20
21
double ad=2.4, bd=3.4;
22
23
auto md = min( ad, bd);
24
25
int ma1 = max(1, 2);
26
double ma2 = max(2.0, 4.0);
27
}
28
Callers
nothing calls this directly
Calls
2
min
Function · 0.70
max
Function · 0.70
Tested by
no test coverage detected