MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~TestFactory1

Method ~TestFactory1

tests/test_factory_constructors.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 TestFactory1 &operator=(TestFactory1 &&) = delete;
31 TestFactory1 &operator=(const TestFactory1 &) = delete;
32 ~TestFactory1() { print_destroyed(this); }
33};
34// Non-public construction, but moveable:
35class TestFactory2 {

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected