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

Method begin

tests/coroutines/source/array_proxy_lifetime.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 auto begin() const {
114 return iterator(*this, 0);
115 }
116 auto end() const {
117 return iterator(*this, mpParent.children.size());
118 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected