Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ operator*
Method
operator*
include/sol/stack_iterator.hpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
reference operator*() {
52
return proxy_t(L, index);
53
}
54
55
reference operator*() const {
56
return proxy_t(L, index);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected