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