MCPcopy Create free account
hub / github.com/apache/arrow / finalize

Method finalize

r/src/arrow_cpp11.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 inline operator T*() const { return ptr_; }
97
98 inline void finalize() { delete ptr_; }
99
100 T* ptr_;
101};

Calls

no outgoing calls

Tested by

no test coverage detected