23 #ifndef NULLABLEVALUE_H
24 #define NULLABLEVALUE_H
111 #endif // NULLABLEVALUE_H
bool operator!=(const T v) const
static T getDefaultValue()
NullableValue< T > operator-(const NullableValue< T > &other) const
NullableValue< T > operator+(const NullableValue< T > &other) const
NullableValue< T > operator-(T v) const
bool operator>=(const T v) const
bool operator<(const T v) const
bool operator>(const T v) const
bool operator<=(const T v) const
NullableValue< T > operator+(T v) const
NullableValue< T > operator*(const NullableValue< T > &other) const
NullableValue< T > operator/(T v) const
bool operator==(const T v) const
NullableValue< T > operator/(const NullableValue< T > &other) const
NullableValue< T > operator*(T v) const