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

Method get_d1_c

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

Source from the content-addressed store, hash-verified

281 int d1 = 4;
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 {

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