MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator[]

Method operator[]

extlibs/sol3/include/sol/sol.hpp:15381–15383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15379 }
15380
15381 stack_proxy operator[](difference_type index_offset) const {
15382 return stack_proxy(L, index + static_cast<int>(index_offset));
15383 }
15384
15385 iterator begin() {
15386 return iterator(L, index, stack_index() + return_count());

Callers

nothing calls this directly

Calls 1

stack_proxyClass · 0.85

Tested by

no test coverage detected