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

Method get_e_b

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

Source from the content-addressed store, hash-verified

286 struct MVE : virtual MVD0, virtual MVD1 {
287 int e = 5;
288 int get_e_b() const { return b; }
289 int get_e_c() const { return c; }
290 int get_e_d0() const { return d0; }
291 int get_e_d1() const { return d1; }

Callers 2

test_pr3635_diamond_eFunction · 0.95
test_pr3635_diamond_fFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected