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

Function main

tests/NullToMemberPointerTest.cpp:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8};
9
10int main()
11{
12 int NullToMemberPtrTest::*mMember1 = nullptr;
13
14 int NullToMemberPtrTest::*mMember2 = 0;
15
16 int (NullToMemberPtrTest::*Func1)(int) = nullptr;
17
18 int (NullToMemberPtrTest::*Func2)(int) = 0;
19}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected