MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ~NativeArray

Method ~NativeArray

tests/gtest/gtest.h:7543–7546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7541 }
7542
7543 ~NativeArray() {
7544 if (clone_ != &NativeArray::InitRef)
7545 delete[] array_;
7546 }
7547
7548 // STL-style container methods.
7549 size_t size() const { return size_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected