Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~I801B1
Method
~I801B1
tests/test_multiple_inheritance.cpp:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
I801B1() = default;
69
I801B1(const I801B1 &) = default;
70
virtual ~I801B1() = default;
71
};
72
struct I801B2 {
73
int b = 2;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected