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

Method operator()

include/sol/stack_reference.hpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 bool operator()(const stateless_stack_reference& lhs, const stateless_stack_reference& rhs) const {
250 return lhs.equals(lua_state(), rhs);
251 }
252
253 bool operator()(lua_nil_t lhs, const stateless_stack_reference& rhs) const {
254 return rhs.equals(lua_state(), lhs);

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected