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

Method S

tests/TemporaryHandler2Test.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86struct S {
87 S() { } // User defined constructor makes S non-POD.
88 ~S() { } // User defined destructor makes it non-trivial.
89};
90void test() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected