#include <sol.hpp>

Public Member Functions | |
| forward_as_value_t ()=default | |
| forward_as_value_t (const forward_as_value_t &)=default | |
| forward_as_value_t (forward_as_value_t &&)=default | |
| forward_as_value_t & | operator= (const forward_as_value_t &)=default |
| forward_as_value_t & | operator= (forward_as_value_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 |
|
private |
|
default |
|
default |
|
default |
|
default |
|
default |