Libsaki
Core library of Pancake Mahjong
Public Types | Public Member Functions | List of all members
sol::reference_equals Struct Reference
Inheritance diagram for sol::reference_equals:
Inheritance graph
[legend]
Collaboration diagram for sol::reference_equals:
Collaboration graph
[legend]

Public Types

using is_transparent = std::true_type
 
- Public Types inherited from sol::stack_reference_equals
using is_transparent = std::true_type
 

Public Member Functions

template<bool rb>
bool operator() (const lua_nil_t &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 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 stack_reference &rhs) const noexcept
 
template<bool rb>
bool operator() (const stack_reference &lhs, const basic_reference< rb > &rhs) const noexcept
 
- Public Member Functions inherited from sol::stack_reference_equals
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
 

The documentation for this struct was generated from the following file: