#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 (Arg &&arg, Args &&... args) noexcept(std::is_nothrow_constructible_v< T, Arg, Args... >) | |
ebco (const ebco &)=default | |
ebco (const T &v) noexcept(std::is_nothrow_copy_constructible_v< T >) | |
ebco (ebco &&)=default | |
ebco (T &&v) noexcept(std::is_nothrow_move_constructible_v< T >) | |
ebco & | operator= (const ebco &)=default |
ebco & | operator= (const T &v) noexcept(std::is_nothrow_copy_assignable_v< T >) |
ebco & | operator= (ebco &&)=default |
ebco & | operator= (T &&v) noexcept(std::is_nothrow_move_assignable_v< T >) |
T && | value () &&noexcept |
T & | value () &noexcept |
T const & | value () const &noexcept |
Private Attributes inherited from sol::detail::ebco< T > | |
T | m_value |
|
private |
|
default |
|
default |
|
default |
|
default |
|
default |