MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / ~C

Method ~C

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

remains unevaluated as int doesn't require a dtor

Source from the content-addressed store, hash-verified

7
8 // remains unevaluated as int doesn't require a dtor
9 ~C() = default;
10};
11
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected