Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~I801B2
Method
~I801B2
tests/test_multiple_inheritance.cpp:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
I801B2() = default;
75
I801B2(const I801B2 &) = default;
76
virtual ~I801B2() = default;
77
};
78
struct I801C : I801B1, I801B2 {};
79
struct I801D : I801C {}; // Indirect MI
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected