Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ operator->
Method
operator->
include/sol/stack_iterator.hpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
pointer operator->() {
60
sp = proxy_t(L, index);
61
return &sp;
62
}
63
64
pointer operator->() const {
65
const_cast<proxy_t&>(sp) = proxy_t(L, index);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected