MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~TestMoreDerivedType

Method ~TestMoreDerivedType

src/test_module.cpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 TestMoreDerivedType(const TestMoreDerivedType &) = default;
95 TestMoreDerivedType() = default;
96 virtual ~TestMoreDerivedType() {}
97};
98
99std::shared_ptr<TestBaseType> derived_type_factory()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected