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

Method abandon

include/sol/stack_reference.hpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 void abandon() {
203 stateless_stack_reference::abandon(lua_state());
204 }
205 };
206
207 inline bool operator==(const stack_reference& l, const stack_reference& r) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected