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

Function main

tests/CXXFoldExprTest.cpp:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24};
25
26int main()
27{
28 CXXFoldExprTest cxxFoldExprTest{};
29
30 cxxFoldExprTest.UnaryRightFold(2,3,4,5);
31 cxxFoldExprTest.UnaryLeftFold(2,3,4,5);
32 cxxFoldExprTest.BinaryRightFold(2,3,4,5);
33 cxxFoldExprTest.BinaryLeftFold(2,3,4,5);
34}
35

Callers

nothing calls this directly

Calls 4

UnaryRightFoldMethod · 0.80
UnaryLeftFoldMethod · 0.80
BinaryRightFoldMethod · 0.80
BinaryLeftFoldMethod · 0.80

Tested by

no test coverage detected