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

Method end

tests/coroutines/source/array_proxy_lifetime.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 return iterator(*this, 0);
115 }
116 auto end() const {
117 return iterator(*this, mpParent.children.size());
118 }
119 size_t size() const {
120 return mpParent.children.size();
121 }

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected