Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ pop
Method
pop
include/sol/stack_reference.hpp:178–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
void pop() const noexcept {
179
pop(lua_state());
180
}
181
182
void pop(lua_State* L_, int pop_count_ = 1) const noexcept {
183
stateless_stack_reference::pop(L_, pop_count_);
Callers
nothing calls this directly
Calls
1
pop
Function · 0.85
Tested by
no test coverage detected