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

Function main

tests/TemplateMemberFunctionTest.cpp:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29int main()
30{
31 Foo f;
32
33 f.Do([]() { printf("hello\n"); });
34
35 f.DoOther<1>([]() { printf("hello\n"); });
36
37 f.DoBar<1, 't'>([]() { printf("hello\n"); });
38}

Callers

nothing calls this directly

Calls 1

DoMethod · 0.45

Tested by

no test coverage detected