Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ huge_unique_ptr
Method
huge_unique_ptr
tests/test_smart_ptr.cpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
public:
28
explicit huge_unique_ptr(T *p) : ptr(p) {}
29
T *get() { return ptr.get(); }
30
};
31
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected