MCPcopy Create free account
hub / github.com/anjo76/angelscript / AArray

Class AArray

sdk/tests/test_feature/source/test_arrayobject.cpp:322–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 }
321};
322class AArray {
323public:
324 AArray() {}
325 AArray(const AArray &) {}
326 A operator[] (int ) {
327 return A();
328 }
329};
330class AArrayArray {
331public:
332 AArrayArray() {}

Callers 1

operator[]Method · 0.85

Calls

no outgoing calls

Tested by 1

operator[]Method · 0.68