#include <forward.hpp>

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_t & | operator= (const as_container_t &)=default |
| as_container_t & | operator= (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... >) | |
| ebco & | operator= (const ebco &)=default |
| ebco & | operator= (ebco &&)=default |
| ebco & | operator= (const T &v) noexcept(std::is_nothrow_copy_assignable_v< T >) |
| ebco & | operator= (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 > | |
| T | m_value |
Definition at line 1240 of file forward.hpp.
|
private |
| using sol::as_container_t< T >::type = T |
|
default |
|
default |
|
default |
|
inline |
|
default |
|
default |