FOUND
|
Union for converting a 64-bit floating point number from host byte order to network byte order and vice versa. More...
#include <encoding.hpp>
Public Attributes | |
double | d |
A variable to store a double-precision floating-point value. | |
uint64_t | u |
Unsigned 64-bit integer used for encoding or serialization purposes. | |
Union for converting a 64-bit floating point number from host byte order to network byte order and vice versa.
double found::_d_u_::d |
A variable to store a double-precision floating-point value.
uint64_t found::_d_u_::u |
Unsigned 64-bit integer used for encoding or serialization purposes.