#include <sol.hpp>
Public Member Functions | |
operator const T & () const | |
operator T & () | |
Public Member Functions inherited from sol::detail::ebco< T > | |
ebco ()=default | |
ebco (const ebco &)=default | |
ebco (ebco &&)=default | |
ebco (const T &v) | |
ebco (T &&v) | |
ebco (Arg &&arg, Args &&...args) | |
ebco & | operator= (const ebco &)=default |
ebco & | operator= (ebco &&)=default |
ebco & | operator= (const T &v) |
ebco & | operator= (T &&v) |
T & | value ()& |
T const & | value () const & |
T && | value ()&& |
Private Types | |
using | base_t = detail::ebco< T > |
Additional Inherited Members | |
Public Attributes inherited from sol::detail::ebco< T > | |
T | value_ |
|
private |
|
inline |
|
inline |