MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / constexpr

Method constexpr

Libs/sol/sol.hpp:14836–14839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14834 }
14835#if SOL_LUA_VESION_I_ >= 502
14836 else if constexpr (std::is_void_v<std::remove_pointer_t<T>>) {
14837 push(L, std::forward<Value>(value));
14838 lua_rawsetp(L, tableindex, std::forward<Key>(key));
14839 }
14840#endif // Lua 5.2.x
14841 else {
14842 push(L, std::forward<Key>(key));

Callers

nothing calls this directly

Calls 2

lua_rawsetpFunction · 0.85
pushFunction · 0.70

Tested by

no test coverage detected