MCPcopy Create free account
hub / github.com/ThePhD/sol2 / pop

Method pop

include/sol/stack_reference.hpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void pop(lua_State* L_, int pop_count = 1) const noexcept {
81 lua_pop(L_, pop_count);
82 }
83
84 int stack_index() const noexcept {
85 return m_index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected