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

Method getValue

tests/coroutines/source/array_proxy_lifetime.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 int value;
37
38 int getValue() {
39 return value;
40 }
41 std::vector<std::shared_ptr<A>> children;
42 };
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected