#include <sol.hpp>
Public Types | |
using | is_transparent = std::true_type |
![]() | |
using | is_transparent = std::true_type |
Public Member Functions | |
template<bool lb, bool rb> | |
bool | operator() (const basic_reference< lb > &lhs, const basic_reference< rb > &rhs) const noexcept |
template<bool lb> | |
bool | operator() (const basic_reference< lb > &lhs, const lua_nil_t &rhs) const noexcept |
template<bool lb> | |
bool | operator() (const basic_reference< lb > &lhs, const stack_reference &rhs) const noexcept |
template<bool rb> | |
bool | operator() (const lua_nil_t &lhs, const basic_reference< rb > &rhs) const noexcept |
template<bool rb> | |
bool | operator() (const stack_reference &lhs, const basic_reference< rb > &rhs) const noexcept |
![]() | |
bool | operator() (const lua_nil_t &lhs, const stack_reference &rhs) const |
bool | operator() (const stack_reference &lhs, const lua_nil_t &rhs) const |
bool | operator() (const stack_reference &lhs, const stack_reference &rhs) const |
using sol::reference_equals::is_transparent = std::true_type |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |