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

#include <forward.hpp>

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

Public Types

using type = T
 

Public Member Functions

 as_container_t ()=default
 
 as_container_t (const as_container_t &)=default
 
 as_container_t (as_container_t &&)=default
 
 operator std::add_lvalue_reference_t< T > ()
 
as_container_toperator= (const as_container_t &)=default
 
as_container_toperator= (as_container_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_container_t< T >

Definition at line 1240 of file forward.hpp.

Member Typedef Documentation

◆ base_t

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

Definition at line 7668 of file sol.hpp.

◆ type

template<typename T>
using sol::as_container_t< T >::type = T

Definition at line 7671 of file sol.hpp.

Constructor & Destructor Documentation

◆ as_container_t() [1/3]

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

◆ as_container_t() [2/3]

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

◆ as_container_t() [3/3]

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

Member Function Documentation

◆ operator std::add_lvalue_reference_t< T >()

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

Definition at line 7683 of file sol.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

template<typename T>
as_container_t& sol::as_container_t< T >::operator= ( as_container_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