MCPcopy Create free account
hub / github.com/fmtlib/fmt / ~NativeArray

Method ~NativeArray

test/gtest/gtest/gtest.h:4494–4497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4492 }
4493
4494 ~NativeArray() {
4495 if (clone_ != &NativeArray::InitRef)
4496 delete[] array_;
4497 }
4498
4499 // STL-style container methods.
4500 size_t size() const { return size_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected