Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/BaseToDerivedMemberPointerTest.cpp:11–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
int main()
12
{
13
Derived* d{new Derived};
14
15
Base* b = d;
16
17
Base* bb{new Derived};
18
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected