Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~TestFactory5
Method
~TestFactory5
tests/test_factory_constructors.cpp:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
public:
83
explicit TestFactory5(int i) : TestFactory3(i) { print_created(this, i); }
84
~TestFactory5() override { print_destroyed(this); }
85
};
86
87
class TestFactory6 {
Callers
nothing calls this directly
Calls
1
print_destroyed
Function · 0.85
Tested by
no test coverage detected