MCPcopy Create free account
hub / github.com/anjo76/angelscript / operator[]

Method operator[]

sdk/tests/test_feature/source/test_arrayobject.cpp:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

AClass · 0.70

Tested by

no test coverage detected