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