Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Base12a
Method
Base12a
tests/test_multiple_inheritance.cpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
};
60
struct Base12a : Base1a, Base2a {
61
Base12a(int i, int j) : Base1a(i), Base2a(j) {}
62
};
63
64
// test_mi_unaligned_base
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected