Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get_d0_c
Method
get_d0_c
tests/test_multiple_inheritance.cpp:277–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
int d0 = 3;
276
int get_d0_b() const { return b; }
277
int get_d0_c() const { return c; }
278
int get_d0_d0() const { return d0; }
279
};
280
struct MVD1 : virtual MVC {
Callers
3
test_pr3635_diamond_d0
Function · 0.95
test_pr3635_diamond_e
Function · 0.80
test_pr3635_diamond_f
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected