MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/ImplicitCast4Test.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10int main()
11{
12 typedef std::chrono::duration<double, std::ratio<60>> simple;
13 typedef std::chrono::duration<double, std::ratio<60*60*24*365>> withCalculation; // contains a calculation we will see the result
14
15 Test<int>();
16}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected