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

Method get_d1_d1

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

Source from the content-addressed store, hash-verified

282 int get_d1_b() const { return b; }
283 int get_d1_c() const { return c; }
284 int get_d1_d1() const { return d1; }
285 };
286 struct MVE : virtual MVD0, virtual MVD1 {
287 int e = 5;

Callers 3

test_pr3635_diamond_d1Function · 0.95
test_pr3635_diamond_eFunction · 0.80
test_pr3635_diamond_fFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected