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

Method Base12

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

Source from the content-addressed store, hash-verified

106 // test_multiple_inheritance_cpp
107 struct Base12 : Base1, Base2 {
108 Base12(int i, int j) : Base1(i), Base2(j) {}
109 };
110 struct MIType : Base12 {
111 MIType(int i, int j) : Base12(i, j) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected