Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ElementA
Method
ElementA
tests/test_smart_ptr.cpp:316–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
315
struct ElementA : ElementBase {
316
explicit ElementA(int v) : v(v) {}
317
int value() const { return v; }
318
int v;
319
};
Callers
1
test_shared_ptr_gc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected