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

Method bar

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

Source from the content-addressed store, hash-verified

55struct Base2a {
56 explicit Base2a(int i) : i(i) {}
57 int bar() const { return i; }
58 int i;
59};
60struct Base12a : Base1a, Base2a {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected