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

Method get_e_d0

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

Source from the content-addressed store, hash-verified

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; }
292 int get_e_e() const { return e; }
293 };

Callers 2

test_pr3635_diamond_eFunction · 0.95
test_pr3635_diamond_fFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected