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

Method iterator

tests/coroutines/source/array_proxy_lifetime.cpp:57–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 size_t index;
56
57 iterator(const ArrayProxy& a_, size_t index_) : a(a_), index(index_) {
58 }
59
60 value_type operator*() const {
61 size_t size = a.mpParent.children.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected