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

Method Derived

tests/test_class_sh_mi_thunks.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29struct Derived : Base1, Base0 {
30 ~Derived() override = default;
31 Derived() = default;
32 Derived(const Derived &) = delete;
33};
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected