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 an int64_t
value.
More...
#include <optional.h>
Data Fields | |
optional_state_t | state |
int64_t | value |
An optional type for wrapping an int64_t
value.
Definition at line 739 of file optional.h.
optional_state_t state |
Definition at line 739 of file optional.h.
int64_t value |
Definition at line 739 of file optional.h.