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

Function main

tests/TemplateExpansionTest.cpp:38–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36struct Test {};
37
38int main() {
39
40
41 C<Test, Test> te;
42
43 testType<int> type;
44
45 testDecl<foo> a{};
46 testDecl<nullptr> b{};
47
48 testIntegral<2> integral;
49
50 testExpr<2*2, 1> expr;
51
52 testPack<0, 1, 2, 4> pack;
53}
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected