MCPcopy Create free account
hub / github.com/Segs/Segs / pop

Function pop

3rd_party/lua_sol2/include/sol.hpp:8045–8047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8043
8044 template <typename T>
8045 inline decltype(auto) pop(lua_State* L) {
8046 return popper<meta::unqualified_t<T>>{}.pop(L);
8047 }
8048
8049 template <bool global = false, bool raw = false, typename Key>
8050 void get_field(lua_State* L, Key&& key) {

Callers 2

popMethod · 0.85
popMethod · 0.85

Calls 1

popMethod · 0.45

Tested by

no test coverage detected