Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~A
Method
~A
tests/test_smart_ptr.cpp:220–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
A(const A &) { print_copy_created(this); }
219
A(A &&) noexcept { print_move_created(this); }
220
~A() { print_destroyed(this); }
221
};
222
223
A value;
Callers
nothing calls this directly
Calls
1
print_destroyed
Function · 0.85
Tested by
no test coverage detected