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

Method B

tests/test_modules.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 class B {
39 public:
40 B() { print_default_created(this); }
41 ~B() { print_destroyed(this); }
42 B(const B &) { print_copy_created(this); }
43 B &operator=(const B &copy) {

Callers 2

test_reference_internalFunction · 0.45
test_disown_bFunction · 0.45

Calls 2

print_default_createdFunction · 0.85
print_copy_createdFunction · 0.85

Tested by

no test coverage detected