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

Method lua_iterator_state

examples/source/pairs.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 it_t last;
23
24 lua_iterator_state(my_thing& mt)
25 : it(mt.m.begin()), last(mt.m.end()) {
26 }
27};
28
29std::tuple<sol::object, sol::object> my_next(

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected