MCPcopy Create free account
hub / github.com/couchbase/fleece / operator delete

Method operator delete

Fleece/Tree/MutableNode.hh:324–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 static void operator delete(void* ptr) {
325 ::operator delete(ptr);
326 }
327
328 private:
329 MutableInterior() = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected