MCPcopy Create free account
hub / github.com/pybind/pybind11 / get

Method get

tests/test_smart_ptr.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37public:
38 explicit custom_unique_ptr(T *p) : impl(p) {}
39 T *get() const { return impl.get(); }
40 T *release_ptr() { return impl.release(); }
41};
42

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected