libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
opt_double Struct Reference

An optional type for wrapping a non-NAN double value. More...

#include <optional.h>

Data Fields

double value
 

Detailed Description

An optional type for wrapping a non-NAN double value.

Note
This optional may NOT be used to wrap a NAN value. A NAN value is defined to be the OPT_NONE state for this optional.

Definition at line 761 of file optional.h.

Field Documentation

◆ value

double value

Definition at line 761 of file optional.h.


The documentation for this struct was generated from the following file: