Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~base
Method
~base
tests/pure_cpp/smart_holder_poc_test.cpp:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
struct base {
55
virtual int get() { return 10; }
56
virtual ~base() = default;
57
};
58
59
struct derived : public base {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected