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

Method I801B2

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

Source from the content-addressed store, hash-verified

72struct I801B2 {
73 int b = 2;
74 I801B2() = default;
75 I801B2(const I801B2 &) = default;
76 virtual ~I801B2() = default;
77};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected