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

Method ~A

unittests/compiled_tests.cpp:1228–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226 A &operator=(const A&) = default;
1227 A &operator=(A&&) = default;
1228 virtual ~A() = default;
1229};
1230
1231class B : public A

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected