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

Method get_f_f

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

Source from the content-addressed store, hash-verified

299 int get_f_d1() const { return d1; }
300 int get_f_e() const { return e; }
301 int get_f_f() const { return f; }
302 };
303 py::class_<MVB>(m, "MVB")
304 .def(py::init<>())

Callers 1

test_pr3635_diamond_fFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected