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

Method Base1a

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

Source from the content-addressed store, hash-verified

49// test_multiple_inheritance_virtbase
50struct Base1a {
51 explicit Base1a(int i) : i(i) {}
52 int foo() const { return i; }
53 int i;
54};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected