MCPcopy Create free account
hub / github.com/anjo76/angelscript / ~CIntArray

Method ~CIntArray

sdk/tests/test_feature/source/test_arrayobject.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 buffer[n] = other.buffer[n];
32 }
33 ~CIntArray()
34 {
35 delete[] buffer;
36 }
37
38 CIntArray &operator=(const CIntArray &other)
39 {

Callers 1

DestructIntArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected