Public Member Functions | Private Types | List of all members
sol::as_table_t< T > Struct Template Reference

#include <forward.hpp>

Inheritance diagram for sol::as_table_t< T >:
Inheritance graph
[legend]

Public Member Functions

 as_table_t ()=default
 
 as_table_t (const as_table_t &)=default
 
 as_table_t (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_const_t< std::add_lvalue_reference_t< T >> () const
 
 operator std::add_lvalue_reference_t< T > ()
 
as_table_toperator= (const as_table_t &)=default
 
as_table_toperator= (as_table_t &&)=default
 

Private Types

using base_t = detail::ebco< T >
 

Additional Inherited Members

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

Detailed Description

template<typename T>
struct sol::as_table_t< T >

Definition at line 1238 of file forward.hpp.

Member Typedef Documentation

◆ base_t

template<typename T>
using sol::as_table_t< T >::base_t = detail::ebco<T>
private

Definition at line 7577 of file sol.hpp.

Constructor & Destructor Documentation

◆ as_table_t() [1/6]

template<typename T>
sol::as_table_t< T >::as_table_t ( )
default

◆ as_table_t() [2/6]

template<typename T>
sol::as_table_t< T >::as_table_t ( const as_table_t< T > &  )
default

◆ as_table_t() [3/6]

template<typename T>
sol::as_table_t< T >::as_table_t ( as_table_t< T > &&  )
default

◆ as_table_t() [4/6]

template<typename T>
sol::as_table_t< T >::as_table_t ( const meta::unqualified_t< T > &  obj)
inlinenoexcept

Definition at line 7585 of file sol.hpp.

◆ as_table_t() [5/6]

template<typename T>
sol::as_table_t< T >::as_table_t ( meta::unqualified_t< T > &&  obj)
inlinenoexcept

Definition at line 7587 of file sol.hpp.

◆ as_table_t() [6/6]

template<typename 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>
sol::as_table_t< T >::as_table_t ( Arg &&  arg,
Args &&...  args 
)
inlinenoexcept

Definition at line 7592 of file sol.hpp.

Member Function Documentation

◆ operator std::add_const_t< std::add_lvalue_reference_t< T >>()

template<typename T>
sol::as_table_t< T >::operator std::add_const_t< std::add_lvalue_reference_t< T >> ( ) const
inline

Definition at line 7602 of file sol.hpp.

◆ operator std::add_lvalue_reference_t< T >()

template<typename T>
sol::as_table_t< T >::operator std::add_lvalue_reference_t< T > ( )
inline

Definition at line 7598 of file sol.hpp.

◆ operator=() [1/2]

template<typename T>
as_table_t& sol::as_table_t< T >::operator= ( const as_table_t< T > &  )
default

◆ operator=() [2/2]

template<typename T>
as_table_t& sol::as_table_t< T >::operator= ( as_table_t< T > &&  )
default

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


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:57