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

Method Base1

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

Source from the content-addressed store, hash-verified

23 // Using `vector` here because it is known to make this test very sensitive to bugs.
24 std::vector<int> vec = {1, 2, 3, 4, 5};
25 Base1() = default;
26 Base1(const Base1 &) = delete;
27};
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected