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

Class A

tests/NoexceptDtorTest.cpp:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct A {
2 ~A() {}
3};
4
5struct C {
6 int i;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected