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

Method end

tests/run_time/source/operators.cpp:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 }
436
437 iterator end() {
438 return &values[0] + 10;
439 }
440 };
441
442 sol::state lua;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected