Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ operator delete
Method
operator delete
tests/test_class.cpp:324–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
return ptr;
323
}
324
static void operator delete(void *p) {
325
py::print(
"A delete"
);
326
return ::operator delete(p);
327
}
328
};
329
struct HasOpNewDelSize {
330
std::uint32_t i;
Callers
nothing calls this directly
Calls
1
print
Function · 0.85
Tested by
no test coverage detected