|
fcml
1.1.3
|
Wrapper for nullable value types. More...
#include <fcml_common.hpp>
Public Member Functions | |
| Nullable (const T &value, bool is_not_null=false) | |
| bool | isNotNull () const |
| void | setNotNull (bool isNull) |
| T | getValue () const |
| T & | getValue () |
| void | setValue (const T &value) |
Wrapper for nullable value types.
1.8.12