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

Method begin

include/sol/protected_function_result.hpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 iterator begin() {
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 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected