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

Function main

tests/TemplatesWithAutoAndLambdaTest.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19int main()
20{
21 std::string str = "world";
22 print( "hi", 7.5, str);
23}

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected