MCPcopy Create free account
hub / github.com/pybind/pybind11 / get_d0_d0

Method get_d0_d0

tests/test_multiple_inheritance.cpp:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {
281 int d1 = 4;

Callers 3

test_pr3635_diamond_d0Function · 0.95
test_pr3635_diamond_eFunction · 0.80
test_pr3635_diamond_fFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected