Private Types | List of all members
sol::lua_value::arr Struct Reference

#include <sol.hpp>

Inheritance diagram for sol::lua_value::arr:
Inheritance graph
[legend]

Private Types

using base_t = detail::ebco< std::initializer_list< lua_value > >
 

Additional Inherited Members

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

Detailed Description

Definition at line 26940 of file sol.hpp.

Member Typedef Documentation

◆ base_t

using sol::lua_value::arr::base_t = detail::ebco<std::initializer_list<lua_value> >
private

Definition at line 26942 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:31