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

Method end

extlibs/sol3/include/sol/sol.hpp:15244–15246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15242 return iterator(L, index, stack_index() + return_count());
15243 }
15244 iterator end() {
15245 return iterator(L, stack_index() + return_count(), stack_index() + return_count());
15246 }
15247 const_iterator begin() const {
15248 return const_iterator(L, index, stack_index() + return_count());
15249 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected