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

Method Base2a

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

Source from the content-addressed store, hash-verified

54};
55struct Base2a {
56 explicit Base2a(int i) : i(i) {}
57 int bar() const { return i; }
58 int i;
59};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected