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

Method get_b_b

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

Source from the content-addressed store, hash-verified

265
266 int b = 1;
267 int get_b_b() const { return b; }
268 };
269 struct MVC : virtual MVB {
270 int c = 2;

Callers 6

test_pr3635_diamond_bFunction · 0.95
test_pr3635_diamond_cFunction · 0.80
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