83                 throw std::logic_error(
"Value of Nullable is not set.");
 
Nullable(const Nullable &other)
 
T operator=(T value)
Used in copy-constructor below, see comment on copy constructor. 
 
bool operator!=(const Nullable &other)
 
bool operator==(const Nullable &other)
 
bool operator==(const T value)