Libsaki
Core library of Pancake Mahjong
List of all members
sol::lua_value::arr Struct Reference
Inheritance diagram for sol::lua_value::arr:
Inheritance graph
[legend]
Collaboration diagram for sol::lua_value::arr:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from sol::detail::ebco< std::initializer_list< lua_value > >
 ebco (const ebco &)=default
 
 ebco (ebco &&)=default
 
 ebco (const std::initializer_list< lua_value > &v) noexcept(std::is_nothrow_copy_constructible_v< std::initializer_list< lua_value > >)
 
 ebco (std::initializer_list< lua_value > &&v) noexcept(std::is_nothrow_move_constructible_v< std::initializer_list< lua_value > >)
 
 ebco (Arg &&arg, Args &&... args) noexcept(std::is_nothrow_constructible_v< std::initializer_list< lua_value >, Arg, Args... >)
 
ebcooperator= (const ebco &)=default
 
ebcooperator= (ebco &&)=default
 
ebcooperator= (const std::initializer_list< lua_value > &v) noexcept(std::is_nothrow_copy_assignable_v< std::initializer_list< lua_value > >)
 
ebcooperator= (std::initializer_list< lua_value > &&v) noexcept(std::is_nothrow_move_assignable_v< std::initializer_list< lua_value > >)
 
std::initializer_list< lua_value > & value () &noexcept
 
std::initializer_list< lua_value > const & value () const &noexcept
 
std::initializer_list< lua_value > && value () &&noexcept
 
- Public Attributes inherited from sol::detail::ebco< std::initializer_list< lua_value > >
std::initializer_list< lua_valuem_value
 

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