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

Function main

tests/PointerToMemberFunctionTest.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12struct S { void f(); };
13
14int main()
15{
16 auto p = &Person::Fun;
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected