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