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

Method end

extlibs/sol3/include/sol/sol.hpp:15388–15390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15386 return iterator(L, index, stack_index() + return_count());
15387 }
15388 iterator end() {
15389 return iterator(L, stack_index() + return_count(), stack_index() + return_count());
15390 }
15391 const_iterator begin() const {
15392 return const_iterator(L, index, stack_index() + return_count());
15393 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected