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

Method B

tests/test_class_sh_disowning_mi.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9struct B {
10 int val_b = 10;
11 B() = default;
12 B(const B &) = default;
13 virtual ~B() = default;
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected