MCPcopy Create free account
hub / github.com/cztomczak/cefpython / scoped_ptr_impl

Method scoped_ptr_impl

src/include/base/cef_scoped_ptr.h:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232class scoped_ptr_impl {
233 public:
234 explicit scoped_ptr_impl(T* p) : data_(p) {}
235
236 // Initializer for deleters that have data parameters.
237 scoped_ptr_impl(T* p, const D& d) : data_(p, d) {}

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.80

Tested by

no test coverage detected