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

Method Base0

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

Source from the content-addressed store, hash-verified

15struct Base0 {
16 virtual ~Base0() = default;
17 Base0() = default;
18 Base0(const Base0 &) = delete;
19};
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected