MCPcopy Create free account
hub / github.com/ThePhD/sol2 / ArrayProxy

Method ArrayProxy

tests/coroutines/source/array_proxy_lifetime.cpp:107–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 };
106
107 ArrayProxy(const A& parent) : mpParent(parent) {
108 }
109
110 ~ArrayProxy() {
111 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected