MCPcopy 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

27public:
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

getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
TEST_SUBMODULEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected