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

Method get_c_c

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

Source from the content-addressed store, hash-verified

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 {
275 int d0 = 3;

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