MCPcopy Create free account
hub / github.com/ThePhD/sol2 / operator()

Method operator()

include/sol/stack_reference.hpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 }
292
293 result_type operator()(const argument_type& lhs) const noexcept {
294 std::hash<const void*> h;
295 return h(lhs.pointer(lua_state()));
296 }
297
298 private:
299 lua_State* m_L;

Callers

nothing calls this directly

Calls 1

pointerMethod · 0.45

Tested by

no test coverage detected