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

Function main

tests/LambdaInVariadicTemplateTest.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19int main() {
20 std::cout << test(200) << std::endl;
21 std::cout << test("RR") << std::endl; // because const char*
22 std::cout << test(std::string{"ARR"}) << std::endl;
23 std::cout << test(2.0f) << std::endl;
24}
25

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected