MCPcopy Create free account
hub / github.com/couchbase/fleece / ~_TempArray

Method ~_TempArray

Fleece/Support/TempArray.hh:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 { }
45
46 ~_TempArray() {
47 if (_onHeap)
48 delete[] _array;
49 }
50
51 operator T* () {return _array;}
52 template <class U> explicit operator U* () {return (U*)_array;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected