libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
An optional type for wrapping a non-NAN double
value.
More...
#include <optional.h>
Data Fields | |
double | value |
An optional type for wrapping a non-NAN double
value.
NAN
value. A NAN
value is defined to be the OPT_NONE state for this optional. Definition at line 761 of file optional.h.
double value |
Definition at line 761 of file optional.h.