Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
330
class AArrayArray {
331
public:
Callers
nothing calls this directly
Calls
1
A
Class · 0.70
Tested by
no test coverage detected