MCPcopy 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

30struct Base { virtual ~Base() = default; };
31
32struct Derived : Base {};
33
34struct SomeStruct {
35 int somefield = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected