A type for an optional scalar (contains either a valid number or NaN) More...
#include <dumux/common/optionalscalar.hh>
| T | Type of the underlying floating point number type |
Public Member Functions | |
| OptionalScalar ()=default | |
| OptionalScalar (T value) | |
| T | value () const |
| operator bool () const | |
|
default |
|
inline |
|
inlineexplicit |
|
inline |