Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ stack_index
Method
stack_index
include/sol/stack_reference.hpp:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
int stack_index() const noexcept {
85
return m_index;
86
}
87
88
const void* pointer(lua_State* L_) const noexcept {
89
const void* pointer_id = lua_topointer(L_, stack_index());
Callers
4
equals
Method · 0.95
stack_reference
Method · 0.45
operator==
Function · 0.45
operator!=
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected