Vital
Loading...
Searching...
No Matches
vital::utils::int_float Union Reference

A small union to reinterpret an int as a float or vice versa. More...

#include <utils.h>

Public Attributes

int i
 Integer representation.
 
mono_float f
 Float representation.
 

Detailed Description

A small union to reinterpret an int as a float or vice versa.

Member Data Documentation

◆ f

mono_float vital::utils::int_float::f

Float representation.

◆ i

int vital::utils::int_float::i

Integer representation.


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