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

Method get_d0_b

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

Source from the content-addressed store, hash-verified

274 struct MVD0 : virtual MVC {
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 };

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