MCPcopy 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
15int 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

minFunction · 0.70
maxFunction · 0.70

Tested by

no test coverage detected