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_int8_t Struct Reference

An optional type for wrapping an int8_t value. More...

#include <optional.h>

Data Fields

optional_state_t state
 
int8_t value
 

Detailed Description

An optional type for wrapping an int8_t value.

Definition at line 727 of file optional.h.

Field Documentation

◆ state

Definition at line 727 of file optional.h.

◆ value

int8_t value

Definition at line 727 of file optional.h.


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