FOUND
Loading...
Searching...
No Matches
found::_d_u_ Union Reference

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.
 

Detailed Description

Union for converting a 64-bit floating point number from host byte order to network byte order and vice versa.

Member Data Documentation

◆ d

double found::_d_u_::d

A variable to store a double-precision floating-point value.

◆ u

uint64_t found::_d_u_::u

Unsigned 64-bit integer used for encoding or serialization purposes.


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