libcbor  0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Data Fields
_cbor_double_helper Union Reference

Raw memory casts helper. More...

#include <data.h>

Data Fields

double as_double
 
uint64_t as_uint
 

Detailed Description

Raw memory casts helper.

Definition at line 132 of file data.h.

Field Documentation

§ as_double

double _cbor_double_helper::as_double

Definition at line 133 of file data.h.

§ as_uint

uint64_t _cbor_double_helper::as_uint

Definition at line 134 of file data.h.


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