MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / end

Method end

extlibs/sol3/include/sol/sol.hpp:25622–25624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25620 return iterator(L, index, stacktop + 1);
25621 }
25622 iterator end() {
25623 return iterator(L, stacktop + 1, stacktop + 1);
25624 }
25625 const_iterator begin() const {
25626 return const_iterator(L, index, stacktop + 1);
25627 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected