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

Method ~OverrideTest

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

Source from the content-addressed store, hash-verified

364 virtual A A_value() { return a; }
365 virtual A &A_ref() { return a; }
366 virtual ~OverrideTest() = default;
367 };
368
369 class PyOverrideTest : public OverrideTest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected