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

Method get_c_b

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

Source from the content-addressed store, hash-verified

269 struct MVC : virtual MVB {
270 int c = 2;
271 int get_c_b() const { return b; }
272 int get_c_c() const { return c; }
273 };
274 struct MVD0 : virtual MVC {

Callers 5

test_pr3635_diamond_cFunction · 0.95
test_pr3635_diamond_d0Function · 0.80
test_pr3635_diamond_d1Function · 0.80
test_pr3635_diamond_eFunction · 0.80
test_pr3635_diamond_fFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected