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

Method I801B1

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

Source from the content-addressed store, hash-verified

66struct I801B1 {
67 int a = 1;
68 I801B1() = default;
69 I801B1(const I801B1 &) = default;
70 virtual ~I801B1() = default;
71};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected