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

Class A

sdk/tests/test_feature/source/test_arrayobject.cpp:314–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312};
313static Value v_static;
314class A {
315public:
316 A() {}
317 A(const A &) {}
318 Value &operator[] (int ) {
319 return v_static;
320 }
321};
322class AArray {
323public:
324 AArray() {}

Callers 1

operator[]Method · 0.70

Calls

no outgoing calls

Tested by 1

operator[]Method · 0.56