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

Method get_e_d1

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

Source from the content-addressed store, hash-verified

289 int get_e_c() const { return c; }
290 int get_e_d0() const { return d0; }
291 int get_e_d1() const { return d1; }
292 int get_e_e() const { return e; }
293 };
294 struct MVF : virtual MVE {

Callers 2

test_pr3635_diamond_eFunction · 0.95
test_pr3635_diamond_fFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected