![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include "oraltypes.h"
Public Types | |
using | value_type = T |
Public Member Functions | |
Unique ()=default | |
Unique (T val) | |
Unique & | operator= (T val) |
operator value_type () const | |
const value_type & | operator* () const |
Public Attributes | |
T | Val_ |
Definition at line 84 of file oraltypes.h.
using LeechCraft::Util::oral::Unique< T >::value_type = T |
Definition at line 86 of file oraltypes.h.
|
default |
|
inline |
Definition at line 92 of file oraltypes.h.
|
inline |
Definition at line 103 of file oraltypes.h.
References LeechCraft::Util::oral::Unique< T >::Val_.
|
inline |
Definition at line 108 of file oraltypes.h.
References LeechCraft::Util::oral::Unique< T >::Val_.
|
inline |
Definition at line 97 of file oraltypes.h.
References LeechCraft::Util::oral::Unique< T >::Val_.
T LeechCraft::Util::oral::Unique< T >::Val_ |
Definition at line 88 of file oraltypes.h.
Referenced by LeechCraft::Util::oral::Unique< T >::operator value_type(), LeechCraft::Util::oral::Unique< T >::operator*(), and LeechCraft::Util::oral::Unique< T >::operator=().