#include <forward.hpp>
Public Member Functions | |
| protect_t & | operator= (const protect_t &)=default |
| protect_t & | operator= (protect_t &&)=default |
| template<typename Arg , typename... Args, meta::disable< std::is_same< protect_t, meta::unqualified_t< Arg >>> = meta::enabler> | |
| protect_t (Arg &&arg, Args &&... args) | |
| protect_t (const protect_t &)=default | |
| protect_t (protect_t &&)=default | |
Public Attributes | |
| T | value |
Definition at line 1250 of file forward.hpp.
|
inline |
|
default |
|
default |
|
default |
|
default |
| T sol::protect_t< T >::value |