MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~TestFactory3

Method ~TestFactory3

tests/test_factory_constructors.cpp:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70 std::string value;
71 virtual ~TestFactory3() { print_destroyed(this); }
72};
73// Inheritance test
74class TestFactory4 : public TestFactory3 {

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected