Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~CopyOnlyInt
Method
~CopyOnlyInt
tests/test_copy_move.cpp:106–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
return *this;
105
}
106
~CopyOnlyInt() { print_destroyed(this); }
107
108
int value;
109
};
Callers
nothing calls this directly
Calls
1
print_destroyed
Function · 0.85
Tested by
no test coverage detected