#include <forward.hpp>
Public Types | |
using | nested_type = T |
Public Member Functions | |
nested ()=default | |
nested (const nested &)=default | |
nested (nested &&)=default | |
nested (const meta::unqualified_t< T > &obj) noexcept(std::is_nothrow_constructible_v< base_t, const meta::unqualified_t< T > &>) | |
nested (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< nested, meta::unqualified_t< Arg >> &&!std::is_same_v< meta::unqualified_t< T >, meta::unqualified_t< Arg >>> * = nullptr> | |
nested (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 > () | |
nested & | operator= (const nested &)=default |
nested & | operator= (nested &&)=default |
Private Types | |
using | base_t = detail::ebco< T > |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
T | m_value |
Definition at line 1242 of file forward.hpp.
|
private |
using sol::nested< T >::nested_type = T |
|
default |
|
default |
|
default |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
default |
|
default |