Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
322
class AArray {
323
public:
324
AArray() {}
325
AArray(const AArray &) {}
326
A operator[] (int ) {
327
return A();
328
}
329
};
330
class AArrayArray {
331
public:
332
AArrayArray() {}
Callers
1
operator[]
Method · 0.85
Calls
no outgoing calls
Tested by
1
operator[]
Method · 0.68