Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~NonCopyable
Method
~NonCopyable
tests/test_virtual_functions.cpp:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
return
"(null)"
;
113
}
114
~NonCopyable() { print_destroyed(this); }
115
116
private:
117
std::unique_ptr<int> value;
Callers
nothing calls this directly
Calls
1
print_destroyed
Function · 0.85
Tested by
no test coverage detected