Libsaki
Core library of Pancake Mahjong
Public Member Functions | List of all members
sol::as_table_t< T > Struct Template Reference
Inheritance diagram for sol::as_table_t< T >:
Inheritance graph
[legend]
Collaboration diagram for sol::as_table_t< T >:
Collaboration graph
[legend]

Public Member Functions

 as_table_t (const as_table_t &)=default
 
 as_table_t (as_table_t &&)=default
 
as_table_toperator= (const as_table_t &)=default
 
as_table_toperator= (as_table_t &&)=default
 
 as_table_t (const meta::unqualified_t< T > &obj) noexcept(std::is_nothrow_constructible_v< base_t, const meta::unqualified_t< T > &>)
 
 as_table_t (meta::unqualified_t< T > &&obj) noexcept(std::is_nothrow_constructible_v< base_t, meta::unqualified_t< T > &&>)
 
template<typename Arg , typename... Args, std::enable_if_t< !std::is_same_v< as_table_t, meta::unqualified_t< Arg >> &&!std::is_same_v< meta::unqualified_t< T >, meta::unqualified_t< Arg >>> * = nullptr>
 as_table_t (Arg &&arg, Args &&... args) noexcept(std::is_nothrow_constructible_v< base_t, Arg, Args... >)
 
 operator std::add_lvalue_reference_t< T > ()
 
 operator std::add_const_t< std::add_lvalue_reference_t< T >> () const
 

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