![]() |
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 | |
NotNull ()=default | |
NotNull (T val) | |
NotNull & | operator= (T val) |
operator value_type () const | |
const value_type & | operator* () const |
Public Attributes | |
T | Val_ |
Definition at line 118 of file oraltypes.h.
using LeechCraft::Util::oral::NotNull< T >::value_type = T |
Definition at line 120 of file oraltypes.h.
|
default |
|
inline |
Definition at line 126 of file oraltypes.h.
|
inline |
Definition at line 137 of file oraltypes.h.
References LeechCraft::Util::oral::NotNull< T >::Val_.
|
inline |
Definition at line 142 of file oraltypes.h.
References LeechCraft::Util::oral::NotNull< T >::Val_.
|
inline |
Definition at line 131 of file oraltypes.h.
References LeechCraft::Util::oral::NotNull< T >::Val_.
T LeechCraft::Util::oral::NotNull< T >::Val_ |
Definition at line 122 of file oraltypes.h.
Referenced by LeechCraft::Util::oral::NotNull< T >::operator value_type(), LeechCraft::Util::oral::NotNull< T >::operator*(), and LeechCraft::Util::oral::NotNull< T >::operator=().