Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ basic_table_iterator
Method
basic_table_iterator
include/sol/table_iterator.hpp:52–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
public:
52
basic_table_iterator() noexcept : keyidx(-1), idx(-1) {
53
}
54
55
basic_table_iterator(reference_type x) noexcept : ref(std::move(x)) {
56
ref.push();
Callers
nothing calls this directly
Calls
4
operator++
Method · 0.95
push
Function · 0.85
push
Method · 0.45
lua_state
Method · 0.45
Tested by
no test coverage detected