![]() |
LeechCraft
0.6.70-11552-gf61ee51c3d
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 119 of file oraltypes.h.
using LeechCraft::Util::oral::NotNull< T >::value_type = T |
Definition at line 121 of file oraltypes.h.
|
default |
|
inline |
Definition at line 127 of file oraltypes.h.
|
inline |
Definition at line 138 of file oraltypes.h.
References LeechCraft::Util::oral::NotNull< T >::Val_.
|
inline |
Definition at line 143 of file oraltypes.h.
References LeechCraft::Util::oral::NotNull< T >::Val_.
|
inline |
Definition at line 132 of file oraltypes.h.
References LeechCraft::Util::oral::NotNull< T >::Val_.
T LeechCraft::Util::oral::NotNull< T >::Val_ |
Definition at line 123 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=().