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

Method operator()

include/sol/stack_reference.hpp:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 using is_transparent = std::true_type;
267
268 bool operator()(const lua_nil_t& lhs, const stack_reference& rhs) const {
269 return lhs == rhs;
270 }
271
272 bool operator()(const stack_reference& lhs, const lua_nil_t& rhs) const {
273 return lhs == rhs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected