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

Method end

include/sol/protected_function_result.hpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 return iterator(L, index, stack_index() + return_count());
164 }
165 iterator end() {
166 return iterator(L, stack_index() + return_count(), stack_index() + return_count());
167 }
168 const_iterator begin() const {
169 return const_iterator(L, index, stack_index() + return_count());
170 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected