Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neargye/nameof
/ Derived
Class
Derived
example/example.cpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
struct Base { virtual ~Base() = default; };
31
32
struct Derived : Base {};
33
34
struct SomeStruct {
35
int somefield = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected