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

Method ~A_Tpl

tests/test_virtual_functions.cpp:467–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 A_Tpl() = default;
466 A_Tpl(const A_Tpl &) = delete;
467 virtual ~A_Tpl() = default;
468};
469class B_Tpl : public A_Tpl {
470 B_METHODS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected