Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~B
Method
~B
tests/test_modules.cpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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 ©) {
44
print_copy_assigned(this);
Callers
nothing calls this directly
Calls
1
print_destroyed
Function · 0.85
Tested by
no test coverage detected