Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~MyObject5
Method
~MyObject5
tests/test_smart_ptr.cpp:196–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
explicit MyObject5(int value) : value{value} { print_created(this); }
195
MyObject5(const MyObject5 &) = delete;
196
~MyObject5() { print_destroyed(this); }
197
int value;
198
};
199
Callers
nothing calls this directly
Calls
1
print_destroyed
Function · 0.85
Tested by
no test coverage detected